Add roles as submodules

This commit is contained in:
Alexandre Iooss 2018-12-23 12:25:52 +01:00
parent 847c90dfba
commit 32aa3121ec
4 changed files with 14 additions and 1 deletions

6
.gitmodules vendored Normal file
View File

@ -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

View File

@ -1,5 +1,11 @@
# Playbook et rôles Ansible d'Aurore # 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 ## Exécution d'un playbook
```bash ```bash
@ -27,4 +33,3 @@ Host *.auro.re 10.128.0.*
IdentityFile ~/.ssh/id_rsa_aurore IdentityFile ~/.ssh/id_rsa_aurore
ForwardAgent yes ForwardAgent yes
``` ```

1
roles/baseconfig Submodule

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

1
roles/ldap-client Submodule

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