yum -y install epel-release \\安装epel源
yum -y install ansible1.9.noarch \\安装ansible自动化
ansible目录简要介绍:
默认配置文件在/etc/ansible
ansible.cfg \\ansible主配置文件
hosts \\主机组定义配置文件
roles \\任务块
本文介绍了如何通过YUM命令安装EPel源及Ansible自动化工具,并简要说明了Ansible目录结构及其主要配置文件的位置与用途。
yum -y install epel-release \\安装epel源
yum -y install ansible1.9.noarch \\安装ansible自动化
ansible目录简要介绍:
默认配置文件在/etc/ansible
ansible.cfg \\ansible主配置文件
hosts \\主机组定义配置文件
roles \\任务块
转载于:https://www.cnblogs.com/chaoe/p/7606594.html
994
2145
511

被折叠的 条评论
为什么被折叠?