InfraSec / Ansible
Ansible is a configuration management tool that usually operates in a “headless” fashion, using remote execution via ssh to implement configuration changes. It is also not common for it to be used as a provisioner in Packer, a tool I use for building images for deployment in AWS and elsewhere.
Contents
- Ansible Primer - An introduction to working with Ansible.
- Molecule Primer - An introduction to Molecule, the Ansible testing framework.
Outside resources
- Ansible Documentation - Official documentation for Ansible.