码迷,mamicode.com
首页 >  
搜索关键字:ansible shell模块 ansible script模块    ( 2461个结果
template 和 script 是两个模块要分开写
开始我把 script 模块写到了 template 里面总是编译不通过。 第二点 template 里面可以写变量也可以写函数,写函数 script 里面就要写 /*methods:{ details: function(){ return this.site + "学的不是技术,更是梦想" ; ...
分类:其他好文   时间:2020-11-10 10:45:32    阅读次数:3
ansible 优化相关
[default] callback_whitelist = profile_tasks # The best way I’ve found to time the execution of Ansible playbooks is by enabling the profile_tasks cal ...
分类:其他好文   时间:2020-11-04 19:01:00    阅读次数:20
关于ansible的随笔
闲来无事,写一下ansible相关的小知识吧。
分类:其他好文   时间:2020-10-24 10:08:21    阅读次数:21
ansible生产环境使用场景(五):splunk客户端批量安装
生产上使用splunk进行日志搜集,服务端已经安装完成,客户端有几十台需要部署,本文介绍使用ansible进行客户端批量安装
分类:其他好文   时间:2020-10-22 23:04:15    阅读次数:26
通过 ansible 部署二进制 mysql 8
通过 ansible 部署二进制 mysql 8
分类:数据库   时间:2020-10-19 22:21:13    阅读次数:30
自动化运维Ansible-01-安装及简单的使用
实例环境:Centos 7.x 服务端的操作 1、这里我们使用epe源进行安装,需要打开自带的Base仓库 yum install epel-release -y yum install ansible -y 2、 ...
分类:其他好文   时间:2020-10-08 19:44:06    阅读次数:27
批量修改主机名 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
2461条   上一页 1 ... 4 5 6 7 8 ... 247 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!