ansible-七种武器

1. ansible命令
2. ansible-doc是ansible模块说明文档,针对每个模块都有详细用法说明以及应用案例介绍
3. ansible-console是ansible为用户提供的一款交互式工具,为了提升用户体验 (了解)
4. ansible-galaxy是从github上下载的管理roles的一款工具,与python的pip类似(了解)
5. ansible-playbook是日常使用频率比较高的命令,其工作机制是:通过读取预先编写好的playbook文件实现批量管理,可以理解为按一定条件组成的ansible任务集
6. ansible-vault用与配置文件加密,如编写的playbook中包含敏感信息,不希望别人随意查看,ansible-vault可以加密/解密这个配置文件
7. ansible-pull:ansible有两种工作模式pull和push,默认使用push模式,pull和push刚好相反
When nothing seems to help, I go look at a stonecutter hammering away at his rock, perhaps a hundred times without as much as a crack showing in it. Yet at the hundred and first blow it will split in two, and I know it was not that blow that did it, but all that had gone before. -- Jacob Riis
原文地址:https://www.cnblogs.com/xhwy-1234/p/12163430.html