Ansible Roles testing

Hello All,
I am looking for information on testing Ansible Roles with Molecule on Ansible Tower. Can anyone point me to documentation that will help me?

Regards,

Keith

Hi Keith

molecule is for when you’re writing and testing your roles, it has no integration or function in Tower itself.
There is a ton of information out there on molecule, but you might find this exercise useful that I updated recently:
https://github.com/pharriso/ansible_workshop/tree/master/exercises/ansible_rhel/molecule

Regards
Phil.

Hi Phil,

Thank you for the information!