Managing Your LowEndEmpire With Ansible, Part 2
In the previous tutorial, we walked through setting up Ansible on both the control (master) node and on target nodes. Now let's look at using Ansible capabilities. Writing Playbooks One cool thing about Ansible is that hosts can have various roles, and you can layer these roles. So for example you could have roles like this: a "common" role that contains tasks to be run on all hosts a "backup-client" role for hosts that...
Read More