2015年8月27日

一键源码安装Ansible

摘要: #!/bin/bash# @Name:install_ansible.sh# @Author:Eivllom# @Create time:2015-08-27# @Modify time:2015-08-27app_soft="/app/soft" #软件包存放目录if [ `ls "${app_s... 阅读全文

posted @ 2015-08-27 15:01 K‘e0llm 阅读(420) 评论(0) 推荐(0)

源码安装Ansible

摘要: 一、Ansible介绍ansible是一款的自动化运维工具,基于Python开发,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。ansible是基于模块工作的,本身没有批量部署的能力。真正具有批量部... 阅读全文

posted @ 2015-08-27 11:06 K‘e0llm 阅读(1428) 评论(0) 推荐(0)

导航