Playbooks and support infrastructure
5 minute read Published: Author: Derek Laventure
Ansible Playbooks are the heart of any project driven by this tool, and in our example project we are now ready to look at this core piece of the puzzle.
Essentially, when we think about the infrastructure resources needed to host a site or application like Aegir, there are 3 main categories to think about:
- Support infrastructure: VPCs and Firewalls, etc.
- Hosts: usually VMs, sometimes clusters or “bare metal” servers
- Applications: the software stack from operating system up through …