Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
部分 XV. Configuration Management(配置管理)
上一页
下一页
知乎专栏
部分 XV. Configuration Management(配置管理)
运维自动化
目录
136. Ansible - SSH-based configuration management, deployment, and task execution system
136.1. install
136.2. Getting Started
136.3. ansible - run a command somewhere else
136.3.1. host-pattern
136.3.2. -a MODULE_ARGS, --args=MODULE_ARGS module arguments
136.3.3. -i INVENTORY, --inventory-file=INVENTORY specify inventory host file (default=/etc/ansible/hosts)
136.3.4. -m MODULE_NAME, --module-name=MODULE_NAME module name to execute (default=command)
136.3.5. -s, --sudo run operations with sudo (nopasswd)
136.3.6. -u REMOTE_USER, --user=REMOTE_USER connect as this user (default=root)
136.3.7. 使用实例
136.4. ansible-doc - Show Ansible module documentation
136.5. ansible-playbook - run an ansible playbook
136.5.1. 包含文件用法
137. Capistrano
138. Puppet
138.1. Installing Puppet CentOS 6.3
138.2. Puppet 签名
138.2.1. Agent 节点
138.2.2. Master 服务器
138.3. test
138.3.1. Master
138.3.2. Agent
138.4. 配置文件
138.4.1. /etc/sysconfig/puppet
138.4.2. /etc/puppet/fileserver.conf
138.5. manifests
138.5.1. node
138.5.2. group, user 用户组管理
138.5.3. file
138.5.4. package
138.5.5. service
138.5.6. exec
138.5.7. cron
138.6. modules
138.7. firewall 配置
138.8. debug
138.8.1. master
138.8.2. node
138.9. FAQ
138.9.1. err: Could not request certificate: No route to host - connect(2)
138.9.2. No help available unless you have RDoc::usage installed
139. SaltStack
139.1. 安装 Salt Stack
139.1.1. 服务端安装
139.1.2. 客户端安装
139.1.3. 防火墙配置
139.1.4. key 管理
139.1.5. 测试
139.1.6. Demo
139.2. salt-key - Salt key is used to manage Salt authentication keys
139.3. salt 命令
139.3.1. cmd
139.3.2. pkg.install
139.3.3. network.interfaces
139.3.4. salt example
139.4. /etc/salt/master
139.4.1. File Server settings
139.4.2. Pillar settings
139.4.3. Node Groups
139.4.4. File Server Backend
139.5. sls 脚本
139.5.1. pkg
139.5.2. service
139.6. FAQ
139.6.1. Git fileserver backend is enabled in configuration but could not be loaded, is git-python installed
140. Chef
140.1. 安装 Chef
140.1.1. CentOS
141. Cobbler
142. Cfengine
143. func
144. (R)?ex Deployment & Configuration Management
145. 基于Web的系统管理软件
145.1. Webmin
145.1.1. webalizer
145.2. ajenti
表 9. 表格标题
名称
流行度
开发语言
工作模式
其他
Puppet
主流
Ruby
C/S
Chef
主流
Ruby
C/S
SaltStack
主流(新星)
Python
C/S
ansible
一般
Python
Server 结构无需 client
Redhat 开发