码迷,mamicode.com
首页 >  
搜索关键字:ansible command模块 ansible raw模块    ( 2450个结果
ansible 文档
AnsiableAnsiable的核心组件AnsiblecoreHostinventoryCoremodulesCustommodulesPlaybooks(yaml.jinjia2)ConnectpluginAnsible特性基于python语言实现,由paramike,pyyaml和jinjia2三个关键模块组成部署简单,agentless默认使用ssh协议主从模式,Master:ansble.sshclientSlave:s..
分类:其他好文   时间:2016-03-03 15:10:02    阅读次数:307
vagrant
puppet chef ansible salt docker https://github.com/ansible/ansiblehttps://github.com/saltstack/salthttps://github.com/chef/chefhttps://github.com/pupp
分类:其他好文   时间:2016-03-01 20:32:25    阅读次数:161
ansible的playbook介绍和实战
1、playbook介绍:简单的说就是定义一个配置文件,文件中写入你需要安装的服务,配置文件,变量等信息,使他们可以按照事先定义好的机制完成一个任务。Playbook使用YAML语法结构,所以配置阅读起来都比较简单。2、playbook的组成结构:targetsection定义将要执行playbook的远程..
分类:其他好文   时间:2016-03-01 19:17:24    阅读次数:251
ansible模块yum、services、setup
ansible模块yum:[root@node1~]#ansible-doc-syum less436 Copyright(C)1984-2009MarkNudelman lesscomeswithNOWARRANTY,totheextentpermittedbylaw. Forinformationaboutthetermsofredistribution, seethefilenamedREADMEinthelessdistribution. Homepage:http://www.greenwo..
分类:其他好文   时间:2016-02-29 20:11:04    阅读次数:1064
ansible
Ansible特点不需要安装客户端,通过sshd去通信基于模块工作,模块可以由任何语言开发不仅支持命令行使用模块,也支持编写yaml格式的playbook支持sudo有提供ui(浏览器图形化)www.ansible.com/tower10台主机以内免费开源uihttps://github.com/alaxli/amsible_ui文档http://do..
分类:其他好文   时间:2016-02-25 21:26:49    阅读次数:835
ansible模块command、shell、raw、script
环境:ansible端:ip:192.168.100.129hostname:node1.lansgg.comclient端:ip:192.168.100.131hostname:v2.lansgg.comip:192.168.100.132hostname:v3.lansgg.com[root@node1ansible]#pwd /etc/ansible [root@node1ansible]#cathosts [testservers] 192.168.100.131 192.1..
分类:系统相关   时间:2016-02-25 17:10:48    阅读次数:1425
ansible模块cron、copy、user、group
查询模块的参数:ansible-doc-smoduleName如cron模块[root@node1ansible]#ansible-doc-scron less436 Copyright(C)1984-2009MarkNudelman lesscomeswithNOWARRANTY,totheextentpermittedbylaw. Forinformationaboutthetermsofredistribution, seethefilenamedREADMEinthelessd..
分类:其他好文   时间:2016-02-25 17:08:54    阅读次数:372
ansible 系列教程
ansible核心组件介绍ArchitectureDiagramansiblecorehostiventorycoremodulescustommodulesplaybook(yaml)connetcpluginansibles的特性基于python语言实现,有paramiko,Pyyaml和jinjia2三个关键模块部署简单,agegtlees,默认使用SSH协议基于密钥认证在inventory文件中指定账号..
分类:其他好文   时间:2016-02-25 12:06:16    阅读次数:3039
ansible配置文件介绍及命令介绍
1、ansible的配置文件[root@vmansible]#rpm-qlansible|grepetc /etc/ansible /etc/ansible/ansible.cfg /etc/ansible/hosts /etc/ansible/rolesansible.cfg文件可以设定一些默认值,这样我们就不需要对同样的内容输入很多遍。我应该把ansible.cfg文件放到哪里呢Ansible按照如下..
分类:其他好文   时间:2016-02-24 17:44:59    阅读次数:263
ubuntu安装salt-ssh
介绍:salt-ssh是0.17.0新出现的一个功能,一听这名字就知道它是依赖ssh来进行远程命令执行的工具,好处就是你不需要在客户端安装minion,也不需要安装master(直接安装salt-ssh这个包即可),有点类似paramiko、pssh、ansible这类的工具,有些时候你还真的需要salt-ssh(例如..
分类:系统相关   时间:2016-02-24 15:51:01    阅读次数:618
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!