Automatic system setup.
The folder structure is like the suggested one by ansible official docs.
The only difference between a normal ansible repository is the "custom"
directory commons
, that contains code to be shared between library files.
So, when you make changes to any file inside commons
directory, run:
$ invoke bundle_commons
To test a specific role, run:
$ invoke test $ROLE_NAME