首页 > 技术文章 > ansible 安装

pzzning 原文

1、yum安装:

yum -y install epel-release
yum -y install ansible

2、确认安装:

[root@host31 local]# ansible --version
ansible 2.1.0.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = Default w/o overrides
[root@host31 local]#

推荐阅读