Add roles as submodules

mail_server
Alexandre Iooss 5 years ago
parent 847c90dfba
commit 32aa3121ec

6
.gitmodules vendored

@ -0,0 +1,6 @@
[submodule "roles/baseconfig"]
path = roles/baseconfig
url = git@gitlab.federez.net:erdnaxe/ansible-role-baseconfig.git
[submodule "roles/ldap-client"]
path = roles/ldap-client
url = git@gitlab.federez.net:erdnaxe/ansible-role-ldap-client.git

@ -1,5 +1,11 @@
# Playbook et rôles Ansible d'Aurore
Pour cloner ce projet :
```
git clone --recursive git@gitlab.federez.net:erdnaxe/ansible-role-ldap-client.git
```
## Exécution d'un playbook
```bash
@ -27,4 +33,3 @@ Host *.auro.re 10.128.0.*
IdentityFile ~/.ssh/id_rsa_aurore
ForwardAgent yes
```

@ -0,0 +1 @@
Subproject commit bdd80edc188f1d08fe33f42f2380f31217bc0bb5

@ -0,0 +1 @@
Subproject commit b07cbc6945aa9d60ead0cff0d81ed853ba6314cf
Loading…
Cancel
Save