Ansible, part III – YAML and Playbooks
- Automation
- 9:00 AM, Aug 26
In the previous article, we showed how useful are ad-hoc commands. They allow us to run individual tasks on multiple nodes. Ad hoc commands are used on an ad hoc basis, hence their name. Their limitation is that they can only perform one module with one set of arguments at a time. It happens, that
READ MORE