码迷,mamicode.com
首页 >  
搜索关键字:ansible user模块 ansible group模块    ( 2486个结果
ansible之synchronize模块数据同步
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
ansible之service模块
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和group模块
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
ansible之cron模块
cron模块计划任务。。模块用法..[root@ansible~]#ansible-doc-scron less436 Copyright(C)1984-2009MarkNudelman lesscomeswithNOWARRANTY,totheextentpermittedbylaw. Forinformationaboutthetermsofredistribution, seethefilenamedREADMEinthelessdistribution. Homepage:ht..
分类:其他好文   时间:2016-05-03 00:43:43    阅读次数:319
ansible之filesystem和mount模块
远程格式化其他主机上硬盘用法选项[root@ansible~]#ansible-doc-sfilesystem less436 Copyright(C)1984-2009MarkNudelman lesscomeswithNOWARRANTY,totheextentpermittedbylaw. Forinformationaboutthetermsofredistribution, seethefilenamedREADMEinthelessdistribution. Hom..
分类:其他好文   时间:2016-05-03 00:41:35    阅读次数:487
ansible之copy模块
有时需要把某个文件批量拷贝到其他主机上,那么ansible已经提供相应的模块了。那就是copy。。copy用法[root@ansible~]#ansible-doc-scopy less436 Copyright(C)1984-2009MarkNudelman lesscomeswithNOWARRANTY,totheextentpermittedbylaw. Forinformationaboutthetermsofredist..
分类:其他好文   时间:2016-05-03 00:41:13    阅读次数:10905
ansible之fetch模块
fetch官方链接http://docs.ansible.com/ansible/fetch_module.html文件拉取模块主要是将远程主机中的文件拷贝到本机中,和copy模块的作用刚刚相反,并且在保存的时候使用hostname来进行保存,当文件不存在的时候,会出现错误,除非设置了选项fail_on_missing为yesfetch用法选项..
分类:其他好文   时间:2016-05-03 00:40:13    阅读次数:702
ansible之file模块
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使用过程中遇到的问题
很早以前使用过ansible工具,但是后来的后来就一直没有在使用了。时间久了就慢慢淡忘了。。五一,想再次温习下。下面这么是以前使用过程中遇见的问题,也不知是自己的整理的笔记还是在别的网上找的,就这样吧。FAQ1、出现Error:ansiblerequiresajsonmodule,nonefound! SSHpassw..
分类:其他好文   时间:2016-05-02 17:15:03    阅读次数:271
ansible介绍以及安装
ansible是个啥?ansible是新出现的自动化运维工具,基于Python开发,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。ansible是基于模块工作的,本身没有批量部署的能力。真正具有批量部署的是ansi..
分类:其他好文   时间:2016-05-02 17:14:36    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!