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
|
||||
---
|
||||
- hosts: all,
|
||||
- hosts: all, !tests
|
||||
roles:
|
||||
- base_config
|
||||
- create_users
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
- hosts: all, !tests
|
||||
roles:
|
||||
- create_users
|
7
hosts
7
hosts
|
@ -10,6 +10,7 @@ all:
|
|||
dns-histausse.fil.sand.auro.re:
|
||||
my-mail.deso-palaiseau.fr:
|
||||
vps.deso-palaiseau.fr:
|
||||
networking-pp.fil.sand.auro.re:
|
||||
vm1:
|
||||
vm2:
|
||||
vm3:
|
||||
|
@ -30,3 +31,9 @@ all:
|
|||
hosts:
|
||||
azerty.fil.sand.auro.re:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
|
||||
tests:
|
||||
hosts:
|
||||
vm1:
|
||||
vm2:
|
||||
vm3:
|
||||
|
|
Loading…
Reference in a new issue