Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
部分 XIV. Configuration Management(配置管理)
上一页
下一页
知乎专栏
部分 XIV. Configuration Management(配置管理)
运维自动化
目录
133. Ansible - SSH-based configuration management, deployment, and task execution system
133.1. install
133.2. Getting Started
133.3. ansible - run a command somewhere else
133.3.1. host-pattern
133.3.2. -a MODULE_ARGS, --args=MODULE_ARGS module arguments
133.3.3. -i INVENTORY, --inventory-file=INVENTORY specify inventory host file (default=/etc/ansible/hosts)
133.3.4. -m MODULE_NAME, --module-name=MODULE_NAME module name to execute (default=command)
133.3.5. -s, --sudo run operations with sudo (nopasswd)
133.3.6. -u REMOTE_USER, --user=REMOTE_USER connect as this user (default=root)
133.3.7. 使用实例
133.4. ansible-doc - Show Ansible module documentation
133.5. ansible-playbook - run an ansible playbook
133.5.1. 包含文件用法
134. Capistrano
135. Puppet
135.1. Installing Puppet CentOS 6.3
135.2. Puppet 签名
135.2.1. Agent 节点
135.2.2. Master 服务器
135.3. test
135.3.1. Master
135.3.2. Agent
135.4. 配置文件
135.4.1. /etc/sysconfig/puppet
135.4.2. /etc/puppet/fileserver.conf
135.5. manifests
135.5.1. node
135.5.2. group, user 用户组管理
135.5.3. file
135.5.4. package
135.5.5. service
135.5.6. exec
135.5.7. cron
135.6. modules
135.7. firewall 配置
135.8. debug
135.8.1. master
135.8.2. node
135.9. FAQ
135.9.1. err: Could not request certificate: No route to host - connect(2)
135.9.2. No help available unless you have RDoc::usage installed
136. SaltStack
136.1. 安装 Salt Stack
136.1.1. 服务端安装
136.1.2. 客户端安装
136.1.3. 防火墙配置
136.1.4. key 管理
136.1.5. 测试
136.1.6. Demo
136.2. salt-key - Salt key is used to manage Salt authentication keys
136.3. salt 命令
136.3.1. cmd
136.3.2. pkg.install
136.3.3. network.interfaces
136.3.4. salt example
136.4. /etc/salt/master
136.4.1. File Server settings
136.4.2. Pillar settings
136.4.3. Node Groups
136.4.4. File Server Backend
136.5. sls 脚本
136.5.1. pkg
136.5.2. service
136.6. FAQ
136.6.1. Git fileserver backend is enabled in configuration but could not be loaded, is git-python installed
137. Chef
137.1. 安装 Chef
137.1.1. CentOS
138. Cobbler
139. Cfengine
140. func
141. (R)?ex Deployment & Configuration Management
142. 基于Web的系统管理软件
142.1. Webmin
142.1.1. webalizer
142.2. ajenti
表 9. 表格标题
名称
流行度
开发语言
工作模式
其他
Puppet
主流
Ruby
C/S
Chef
主流
Ruby
C/S
SaltStack
主流(新星)
Python
C/S
ansible
一般
Python
Server 结构无需 client
Redhat 开发