码迷,mamicode.com
首页 >  
搜索关键字:ansible module ansible module ansible模块    ( 13569个结果
Ansible@一个高效的配置管理工具--Ansible configure management--翻译(九)
在大型项目中使用Anisble,本小节介绍roles角色依赖关系,pull模式...
分类:其他好文   时间:2014-07-16 17:20:32    阅读次数:319
Ansible@一个高效的配置管理工具--Ansible configure management--翻译(十)
第五章 自定义模块 此前我们一直使用Ansible自带的模块,这已经给我们提供了很多很强的‘自带的电池’,但是如果你有一些特殊又复杂的任务,你可能会希望学习一下如何扩展Anisble。本章你将学习到以下主题: 在python或则bash中编写模块 使用你开发的自定义模块...
分类:其他好文   时间:2014-07-16 09:55:30    阅读次数:375
Ansible@一个高效的配置管理工具--Ansible configure management--翻译(十一)
无书面授权,请勿转载 第五章 自定义模块 Using a module Now that we have written our very first module for Ansible, we should give it a go in a playbook. Ansible looks at several places for its modules: first it looks ...
分类:其他好文   时间:2014-07-16 09:14:31    阅读次数:376
Python知识点: __import__
help(__import__)__import__(...) __import__(name, globals={}, locals={}, fromlist=[], level=-1) -> module 导入一个模块。 globals:决定上下文,不修改。 locals:当前未使用。 ...
分类:编程语言   时间:2014-07-16 00:48:27    阅读次数:302
【DataStructure】The description of generic collections
In this blog, generic collections will be talked about  in details.  In the past bacause of shortage of generic argument,  less importance has been attached to the this module. Just now after readin...
分类:其他好文   时间:2014-07-15 12:45:00    阅读次数:253
drupal7 使用(hook_preprocess_HOOK)向各个主题模版里面传递变量
函数地址:hook_preprocess_HOOK 1 首先解释下hook_preprocess_HOOK这个钩子的含义:  hook           _     preprocess  _   HOOK [module]     _     preprocess  _   [theme hook name]  自定义的模块名字       ...
分类:其他好文   时间:2014-07-15 12:39:45    阅读次数:191
【Nginx】事件驱动框架处理流程
ngx_event_core_module模块的ngx_event_process_init方法对事件模块做了一些初始化。其中包括将“请求连接”这样一个读事件对应的处理方法(handler)设置为ngx_event_accept函数,并将此事件添加到epoll模块中。当有新连接事件发生时,ngx_event_accept就会被调用。大致流程是这样: worker进程在ngx_worker...
分类:其他好文   时间:2014-07-15 12:25:28    阅读次数:299
为fedora添加fcitx输入法
yumremoveibusyuminstallfcitxfcitx-table-chinesefcitx-gtk2fcitx-gtk3fcitx-libsfcitx-datacd~vi.bash_profile输入以下几行exportGTK_IM_MODULE=fcitxexportQT_IM_MODULE=fcitxexportXMODIFIERS=“@im=fcitx”输入命令killallfcitx&&fcitx&查看/etc/rc.d/rc.loca..
分类:其他好文   时间:2014-07-15 12:05:46    阅读次数:260
Ansible@一个高效的配置管理工具--Ansible configure management--翻译(七)
第四章 大型项目中Ansible的使用 至此,我们已经介绍了如何用一个playbook文件运行一个plays。在小型架构或则使用Ansible做一个简单的部署机制时这已经很有用了。但是,如果你有一个很大很复杂的系统架构,你可能需要一些额外的操作来保证事情不会超出我们的控制。本章包含以下主题: 将你的playbooks分离成多个文件,存储在不同的地方 使用角色包含多个文件来完成同样的功能 加速使用Ansible配置机器的方法...
分类:其他好文   时间:2014-07-14 18:28:52    阅读次数:294
Ansible@一个高效的配置管理工具--Ansible configure management--翻译(六)
本小节介绍高级playbooks的其他特性,以及debug调试技术。...
分类:其他好文   时间:2014-07-14 18:18:01    阅读次数:484
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!