Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
部分 XIV. Configuration Management(配置管理)
上一页
下一页
知乎专栏
部分 XIV. Configuration Management(配置管理)
运维自动化
目录
124. Ansible - SSH-based configuration management, deployment, and task execution system
124.1. install
124.2. Getting Started
124.3. ansible - run a command somewhere else
124.3.1. host-pattern
124.3.2. -a MODULE_ARGS, --args=MODULE_ARGS module arguments
124.3.3. -i INVENTORY, --inventory-file=INVENTORY specify inventory host file (default=/etc/ansible/hosts)
124.3.4. -m MODULE_NAME, --module-name=MODULE_NAME module name to execute (default=command)
124.3.5. -s, --sudo run operations with sudo (nopasswd)
124.3.6. -u REMOTE_USER, --user=REMOTE_USER connect as this user (default=root)
124.3.7. 使用实例
124.4. ansible-doc - Show Ansible module documentation
124.5. ansible-playbook - run an ansible playbook
124.5.1. 包含文件用法
125. Capistrano
126. Puppet
126.1. Installing Puppet CentOS 6.3
126.2. Puppet 签名
126.2.1. Agent 节点
126.2.2. Master 服务器
126.3. test
126.3.1. Master
126.3.2. Agent
126.4. 配置文件
126.4.1. /etc/sysconfig/puppet
126.4.2. /etc/puppet/fileserver.conf
126.5. manifests
126.5.1. node
126.5.2. group, user 用户组管理
126.5.3. file
126.5.4. package
126.5.5. service
126.5.6. exec
126.5.7. cron
126.6. modules
126.7. firewall 配置
126.8. debug
126.8.1. master
126.8.2. node
126.9. FAQ
126.9.1. err: Could not request certificate: No route to host - connect(2)
126.9.2. No help available unless you have RDoc::usage installed
127. SaltStack
127.1. 安装 Salt Stack
127.1.1. 服务端安装
127.1.2. 客户端安装
127.1.3. 防火墙配置
127.1.4. key 管理
127.1.5. 测试
127.1.6. Demo
127.2. salt-key - Salt key is used to manage Salt authentication keys
127.3. salt 命令
127.3.1. cmd
127.3.2. pkg.install
127.3.3. network.interfaces
127.3.4. salt example
127.4. /etc/salt/master
127.4.1. File Server settings
127.4.2. Pillar settings
127.4.3. Node Groups
127.4.4. File Server Backend
127.5. sls 脚本
127.5.1. pkg
127.5.2. service
127.6. FAQ
127.6.1. Git fileserver backend is enabled in configuration but could not be loaded, is git-python installed
128. Chef
128.1. 安装 Chef
128.1.1. CentOS
129. Cobbler
130. Cfengine
131. func
132. (R)?ex Deployment & Configuration Management
133. 基于Web的系统管理软件
133.1. Webmin
133.1.1. webalizer
133.2. ajenti
表 8. 表格标题
名称
流行度
开发语言
工作模式
其他
Puppet
主流
Ruby
C/S
Chef
主流
Ruby
C/S
SaltStack
主流(新星)
Python
C/S
ansible
一般
Python
Server 结构无需 client
Redhat 开发