Add roles as submodules
This commit is contained in:
parent
847c90dfba
commit
32aa3121ec
4 changed files with 14 additions and 1 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
|
|
@ -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
1
roles/baseconfig
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bdd80edc188f1d08fe33f42f2380f31217bc0bb5
|
1
roles/ldap-client
Submodule
1
roles/ldap-client
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b07cbc6945aa9d60ead0cff0d81ed853ba6314cf
|
Loading…
Reference in a new issue