November 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

November 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Ansible centos 6

Ansible is a configuration management tool, deployment tool, and ad-hoc task execution tool all in one.

It requires no daemons or any other software to start managing remote machines — it works using SSHd (using paramiko, to make it smoother), which is something nearly everyone is running already. Because it’s using SSH, it should easily […]