Common ansible infrastructure management utilities organized in a way to allow distributing roles, playbooks and tasks together.
Add this repository as a sub-module of your ansible repository, e.g. as ./run:
$ git submodule add git@github.com:Provizanta/ansible-common.git playbooks/runFollow the sub-module addition with the installation of all requirements from the requirements.yaml file:
$ ansible-galaxy install -r ./playbooks/run/requirements.yaml