Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 698 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 698 Bytes

Configuration Management Task - Starter

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:

  1. Provide solution in playbook.yml file
  2. Use the dependencies from requirements.txt
  3. The targeted machine is Ubuntu 22.04 LTS - You should use molecule setup presented in molecule directory
  4. 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