clean a litle
This commit is contained in:
parent
75fce8dd8d
commit
1ef65acd90
7 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
- hosts: all,
|
- hosts: all, !tests
|
||||||
roles:
|
roles:
|
||||||
- base_config
|
- base_config
|
||||||
- create_users
|
- create_users
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all, !tests
|
||||||
roles:
|
roles:
|
||||||
- create_users
|
- create_users
|
7
hosts
7
hosts
|
@ -10,6 +10,7 @@ all:
|
||||||
dns-histausse.fil.sand.auro.re:
|
dns-histausse.fil.sand.auro.re:
|
||||||
my-mail.deso-palaiseau.fr:
|
my-mail.deso-palaiseau.fr:
|
||||||
vps.deso-palaiseau.fr:
|
vps.deso-palaiseau.fr:
|
||||||
|
networking-pp.fil.sand.auro.re:
|
||||||
vm1:
|
vm1:
|
||||||
vm2:
|
vm2:
|
||||||
vm3:
|
vm3:
|
||||||
|
@ -30,3 +31,9 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
azerty.fil.sand.auro.re:
|
azerty.fil.sand.auro.re:
|
||||||
server_hostname: azerty.fil.sand.auro.re
|
server_hostname: azerty.fil.sand.auro.re
|
||||||
|
|
||||||
|
tests:
|
||||||
|
hosts:
|
||||||
|
vm1:
|
||||||
|
vm2:
|
||||||
|
vm3:
|
||||||
|
|
Loading…
Reference in a new issue