A Workflow has been added to test ansible playbook using molecule
Here you will find some starter code, and basic information on how to get started!
Notes:
- Provide solution in
playbook.yml
file - Use the dependencies from
requirements.txt
- The targeted machine is Ubuntu 22.04 LTS - You should use molecule setup presented in
molecule
directory - Add any additional information to the README if you think it's needed
These molecule commands may come in handy:
Create clean container:
molecule create
Executes playbook on the container:
molecule converge
Remove the container:
molecule destroy