发布于 2015-04-20 23:18:12 | 147 次阅读 | 评论: 0 | 来源: 网友投递
Ansible 计算机系统配置管理器
Ansible 是一个模型驱动的配置管理器,支持多节点发布、远程任务执行。默认使用 SSH 进行远程连接。无需在被管理节点上安装附加软件,可使用各种编程语言进行扩展。
Ansible 1.9.1-0.3 rc3 发布,此版本主要有以下更新:
Fixing several bugs in the s3 module.
Fixed a bug with upstart service detection in the service module.
Fixed several bugs with the user module when used on OSX.
Fixed unicode handling in some module situations (assert and shell/command execution).
Fixed a bug in redhat_subscription when using the activationkey parameter.
Added support for PostgreSQL 9.4 in rds_param_group.
Several other minor fixes.
更多信息请查看:https://github.com/ansible/ansible
此版本现已提供下载:https://github.com/ansible/ansible/archive/v1.9.1-0.3.rc3.zip
Ansible 提供一种最简单的方式用于发布、管理和编排计算机系统的工具,你可在数分钟内搞定。
Ansible 是一个模型驱动的配置管理器,支持多节点发布、远程任务执行。默认使用 SSH 进行远程连接。无需在被管理节点上安装附加软件,可使用各种编程语言进行扩展。