BlueBanquise collections

BlueBanquise roles are provided as Ansible collections, and are hosted on Github.
A commons collection is needed by all others. It contains vars logic and some plugins.

In order to install collections on a local system, assuming Ansible is already installed, you will need to use the ansible-galaxy command:

ansible-galaxy collection install git+https://github.com/bluebanquise/bluebanquise.git#/collections/commons,master --upgrade

Then you can the install collections of your choice. For example, to install the Infrastructure collection:

ansible-galaxy collection install git+https://github.com/bluebanquise/bluebanquise.git#/collections/infrastructure,master --upgrade

All collections share the same data-model, which is required by some specific roles (requirements are always specified at top or role README.md file).
The data-model can be found on Github.

Note also that some roles need some packages, provided by BlueBanquise. Repositories are available at http://bluebanquise.com/repository/releases/latest/.