Replies: 1 comment
-
I guess that there are several way to do that. I'm not sure what's the best pratice so maybe there are better answers: First solution, use molecule.yml:
If you want to use the converge.yml playbook with no molecule.yml change, this should work too:
I guess it's also possible to mix both solutions (keep the converge.yml with import_playbook and configure the platform name and the provisionner, without changing the converge playbook setting) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to test my playbook after that role test is a success.
I do not figure out how to bring specific inventory, groups_vars and host_vars to test a playbook.
Obviously
vars_files
is not allowed toimport_playbook
module.Here my
molecule/default/converge.yml
file:Beta Was this translation helpful? Give feedback.
All reactions