Ansible is great for doing what we just did, running easy-to-understand commands by using modules on remote machines.
But that isn't its bread and butter. Instead, Ansible really shines when it comes to running a whole slew of commands against a remote machine, and making vast configuration changes in seconds.
In this section, we're going to write a small Ansible Playbook to import an Ansible Role from a public repository, and apply that role to our centos2 machine.
Hang on to your hats!