Add to an existing ansible directory as its roles directory
git submodule add [email protected]:dstdev/ansible-roles.git roles
| Role Name | Status | Dependencies |
|---|---|---|
| beegfs-client | production | |
| common | development | |
| docker | ||
| docker-compose | ||
| datalake | ||
| fail2ban | ||
| healthcheck-cron | ||
Creating a new role
ansible-galaxy role init <name of role>
Good example can be found here for what documentation should look like