This role includes everything necessary to be tested with Molecule.
To install all required dependencies in a local development environment you can execute the following:
# If not existent
python3 -m venv env
source env/bin/activate
pip3 install --upgrade -r requirements.txtTo run the default scenario just execute
molecule testTo execute the role and preserve the containers use
molecule convergeAfter that you can manually execute all tests with
molecule verifyFor more details on how to use molecule please refer to the documentation.