terminaltolinux.com
ANSIBLE 2.0.2.0 – Basic Cheat Sheet – CentOS 6
To install Ansible: # wget epel-release # yum install epel-release-6-8.noarch.rpm # yum update # yum install ansible -y Add remote hosts: $ vim /etc/ansible/hosts 192.168.0.1 (your remote server IP…