码迷,mamicode.com
首页 >  
搜索关键字:ansible module ansible module ansible模块    ( 13569个结果
ansible的常用模块和自定义模块
1.ansible命令集ansible:定义并运行简单任务。ansible-config:查看、编辑、管理ansible配置。ansible-doc:文档查看工具。ansible-galaxy:共享和下载roles的工具。ansible-inventory:查看inventory的信息。ansible-playbook:执行playbook。ansible-pull:从仓库中拉去playbook。
分类:其他好文   时间:2020-08-19 20:09:27    阅读次数:115
Playbook语法快速入门
1.ansibleplaybook介绍playbook是ansible用于配置,部署,和管理被控节点的剧本。通过playbook的详细描述,执行其中的一系列tasks,可以让远端主机达到预期的状态。playbook就像Ansible控制器给被控节点列出的的一系列to-do-list,而被控节点必须要完成。也可以这么理解,playbook字面意思,即剧本,现实中由演员按照剧本表演,在Ansible中
分类:其他好文   时间:2020-08-19 20:09:01    阅读次数:137
ansible生产环境使用场景(四):encrypt_string加密和ansible-lint调试
有时需要对yaml文件中的某些敏感字段进行加密,这时就需要‘ansible-vault encrypt_string ’加密字符串,在使用过程中发现报错:Vault format unhexlify error: Odd-length string fatal,使用ansible-lint工具进行调试排查错误,本文记录了在使用过程中报错及解决的详细过程。
分类:其他好文   时间:2020-08-19 20:00:36    阅读次数:66
moudle.exports和exports区别
将moudle.exports这个属性赋值: 运行05.moudle.js: 将moudle.exports改成exports: 运行05.moudle.js,报错: 上面其实是基本数据类型和引用数据类型的问题: 1. 2. 基本数据类型: 3. 引用数据类型: 4. obj2.name = “猪八 ...
分类:其他好文   时间:2020-08-18 13:29:14    阅读次数:53
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError:
Failed to compile. ./src/api/system/eduction.js Module build failed (from ./node_modules/eslint-loader/index.js): Error: ENOENT: no such file or direc ...
分类:Web程序   时间:2020-08-17 16:52:20    阅读次数:185
no module named yum ?
yum
分类:其他好文   时间:2020-08-13 12:22:33    阅读次数:54
02-Ansible入门进阶
ansible进阶
分类:其他好文   时间:2020-08-13 12:04:44    阅读次数:54
vue代理配置
在package.json的同级目录下创建vue.config.js文件 module.exports = { devServer: { host: "0.0.0.0", hot: true, port: "8080", open: false, proxy: { '/api':{ target:  ...
分类:其他好文   时间:2020-08-13 11:47:31    阅读次数:54
ansible中blockinfile和lineinfile模块的使用
blockinfile模块 blockinfile模块可以帮助我们在指定的文件中插入"一段文本",这段文本是被标记过的,换句话说就是,我们在这段文本上做了记号,以便在以后的操作中可以通过"标记"找到这段文本,然后修改或者删除它,单单这样描述不是特别容易理解,结合下面的小例子动手做做立马就能够明白了。 ...
分类:其他好文   时间:2020-08-12 16:02:46    阅读次数:75
树莓派启动流程 --- 004 systemd-modules-load [111]: Module'i2c_dev' inserted -- 02 How the Raspberry Pi boots up
This is an in-detail account of the Raspberry Pi boot process collected from various sources, mainly from the official forums. First, you need to know ...
分类:Web程序   时间:2020-08-12 15:43:48    阅读次数:87
13569条   上一页 1 ... 39 40 41 42 43 ... 1357 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!