Basics
Ansible roles
Have a look at our ansible roles, we deploy a lot of stuff with it :-)
First steps
Initial configuration Clone our ansible-roles repo git clone https://git.fws.fr/fws/ansible-rol...
Roles
Roles and their configuration Role directories A role is a set of instruction which describe ho...
Playbooks
Playbooks A playbook is a yaml file which list a set of action to run, and in which order. You c...
The "common" role
This role will setup a lot of different stuff of your system. I use it on all my servers. It's te...