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 common for it to be used as a provisioner in Packer, a tool we use for building images for deployment in AWS and elsewhere.
Contents
📄️ Ansible Primer
Ansible is a Python-based configuration management tool owned and supported by Red Hat; while it is essentially a
📄️ Molecule Primer
Molecule is the officially supported testing framework for Ansible. For now, this is mostly just a collection of
Outside resources
- Ansible Documentation - Official documentation for Ansible.