简述ansible架构与常用模块
ansible分为ansible server控制端,被控制端,通过inventory文件访问被控制端
ansible命令有ad-hoc基于命令的形式管理被控端
还有playbook剧本统一管理任务管理被控端
ansible使用ssh协议管理其他节点
常用模块:copy, template, yum, systemd, file, lineinfile, shell, unarchived
使用ansible部署一个lamp
git clone git@gitee.com:gl2xx/web_cluster.git 查看