sync数据同步文件等,官方栗子http://docs.ansible.com/ansible/synchronize_module.html用法[root@ansible~]#ansible-doc-ssynchronize
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistr..
分类:
其他好文 时间:
2016-05-03 10:55:59
阅读次数:
14845
service用法[root@ansible~]#ansible-doc-sservice
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistribution,
seethefilenamedREADMEinthelessdistribution.
Homepage:http://www.greenwo..
分类:
其他好文 时间:
2016-05-03 00:47:57
阅读次数:
1903
ansible提供了user模块,这样的话在其他服务器上可以使用user模块创建用户了。。用法[root@ansible~]#ansible-doc-suser
less436
.........................
-name:Manageuseraccounts
action:user
append#If`yes‘,willonlyaddgroups,notsetthemtojustthelistin`groups‘.
comme..
分类:
其他好文 时间:
2016-05-03 00:47:27
阅读次数:
5148
cron模块计划任务。。模块用法..[root@ansible~]#ansible-doc-scron
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistribution,
seethefilenamedREADMEinthelessdistribution.
Homepage:ht..
分类:
其他好文 时间:
2016-05-03 00:43:43
阅读次数:
319
远程格式化其他主机上硬盘用法选项[root@ansible~]#ansible-doc-sfilesystem
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistribution,
seethefilenamedREADMEinthelessdistribution.
Hom..
分类:
其他好文 时间:
2016-05-03 00:41:35
阅读次数:
487
有时需要把某个文件批量拷贝到其他主机上,那么ansible已经提供相应的模块了。那就是copy。。copy用法[root@ansible~]#ansible-doc-scopy
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredist..
分类:
其他好文 时间:
2016-05-03 00:41:13
阅读次数:
10905
fetch官方链接http://docs.ansible.com/ansible/fetch_module.html文件拉取模块主要是将远程主机中的文件拷贝到本机中,和copy模块的作用刚刚相反,并且在保存的时候使用hostname来进行保存,当文件不存在的时候,会出现错误,除非设置了选项fail_on_missing为yesfetch用法选项..
分类:
其他好文 时间:
2016-05-03 00:40:13
阅读次数:
702
file用法选项[root@ansible~]#ansible-doc-sfile
less436
Copyright(C)1984-2009MarkNudelman
lesscomeswithNOWARRANTY,totheextentpermittedbylaw.
Forinformationaboutthetermsofredistribution,
seethefilenamedREADMEinthelessdistribution.
Homepage:http://www.greenwood..
分类:
其他好文 时间:
2016-05-03 00:39:58
阅读次数:
312
很早以前使用过ansible工具,但是后来的后来就一直没有在使用了。时间久了就慢慢淡忘了。。五一,想再次温习下。下面这么是以前使用过程中遇见的问题,也不知是自己的整理的笔记还是在别的网上找的,就这样吧。FAQ1、出现Error:ansiblerequiresajsonmodule,nonefound!
SSHpassw..
分类:
其他好文 时间:
2016-05-02 17:15:03
阅读次数:
271
ansible是个啥?ansible是新出现的自动化运维工具,基于Python开发,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。ansible是基于模块工作的,本身没有批量部署的能力。真正具有批量部署的是ansi..
分类:
其他好文 时间:
2016-05-02 17:14:36
阅读次数:
330