码迷,mamicode.com
首页 >  
搜索关键字:ansible 常用模块    ( 3327个结果
批量修改主机名 ansible
修改cat/etc/ansible/hosts[test]10.27.235.108host_name=test_host_namehosts:testuser:rootgather_facts:truetasks:name:rsyncdirfilebeathostname:‘name={{host_name}}‘name:"addline"lineinfile
分类:其他好文   时间:2020-10-08 18:41:19    阅读次数:19
Ansible软件管理模块(yum模块 copy模块 file模块 )
1.yum模块 1)语法帮助 [root@m01 ~]# ansible-doc yum EXAMPLES: - name: install the latest version of Apache yum: name: httpd state: latest name: httpd #服务的名字 ...
分类:其他好文   时间:2020-10-07 21:26:48    阅读次数:31
kolla 部署ussuri,并使用ceph
kolla部署ussuri
分类:其他好文   时间:2020-10-05 21:40:09    阅读次数:38
ansible 变量
Ansible变量 一、变量介绍 1.概念 变量提供了便捷的方式来管理Ansible playbook的每一个项目中的动态值, 比如nginx-1.6.3这个软件包的版本,在其它地方或许会反复使用,那么如果讲此值设置为变量, 然后再在其他的playbook中调用,会方便许多。如此一来还方便维护,减少 ...
分类:其他好文   时间:2020-09-24 21:15:26    阅读次数:42
Ansible系统角色——selinux
rhel-system-roles.selinux 此模块为为系统模块,可通过安装rhel-system-roles来获取。模块功能包括: 设置selinux模式(enforcing和permissive) 恢复文件默认上下文类型(restorecon) 设置获取上下文 管理登录以及端口 用法实例 ...
分类:系统相关   时间:2020-09-18 03:24:24    阅读次数:56
ansible常用模块
一、安装 yum install -y ansible 二、密钥授权 ssh-keygen -t rsa注释:-t type指定要创建的密钥类型。 rsa 加密算法 三、模块介绍(https://www.cnblogs.com/mcsiberiawolf/articles/10056777.html ...
分类:其他好文   时间:2020-09-18 02:00:30    阅读次数:37
[Ansible]script模块
将管理节点的脚本上传至被管理节点执行,理论上此模块不许需要被管理服务器上有python [root@ceph1 ~]# cat a.sh touch /tmp/ansible-script [root@ceph1 ~]# ansible webservers -m script -a "a.sh" ...
分类:其他好文   时间:2020-09-18 01:10:39    阅读次数:31
[Ansible]copy 模块
官网 [root@ceph1 ~]# cat a.repo [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/7/$bas ...
分类:其他好文   时间:2020-09-18 01:09:51    阅读次数:28
ansible运行报错CryptographyDeprecationWarning解决
ansible运行报错:CryptographyDeprecationWarning,本文旨在解决该问题。
分类:其他好文   时间:2020-09-17 22:44:47    阅读次数:58
ansible的内置变量
内置变量ansible_version获取到ansible的版本号ansibletest70-mdebug-a"msg={{ansible_version}}"内置变量hostvars操作当前主机时获取到其他主机中的信息name:"play1:Gatherfactsoftest71"hosts:test71remote_user:rootname:"
分类:其他好文   时间:2020-09-17 17:20:47    阅读次数:79
3327条   上一页 1 ... 5 6 7 8 9 ... 333 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!