- 概述
- 水一发
- ansible 是 著名的自动化运维工具
- 学来自己搭个环境
- 对 dockerfile 的认识, 也会有促进作用
1. 环境
- OS
- centos7
2. 命令
yum
> yum install -y ansible
验证
> ansible --version
ps
- 这篇真的水
- 后续补个 简介
yum
> yum install -y ansible
验证
> ansible --version
转载于:https://www.cnblogs.com/xy14/p/11572544.html