fix stuff
This commit is contained in:
parent
1ef65acd90
commit
bfaa595ae9
2 changed files with 7 additions and 5 deletions
|
@ -8,6 +8,9 @@ retry_files_enabled = False
|
||||||
# Use inventory
|
# Use inventory
|
||||||
inventory = ./hosts
|
inventory = ./hosts
|
||||||
|
|
||||||
|
# roles location
|
||||||
|
roles_path = ./roles
|
||||||
|
|
||||||
# Custom header in templates
|
# Custom header in templates
|
||||||
ansible_managed = Ansible managed, modified on %Y-%m-%d %H:%M:%S by {uid}
|
ansible_managed = Ansible managed, modified on %Y-%m-%d %H:%M:%S by {uid}
|
||||||
|
|
||||||
|
|
9
hosts
9
hosts
|
@ -10,7 +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:
|
networking-pp.fil.sand.auro.re:
|
||||||
vm1:
|
vm1:
|
||||||
vm2:
|
vm2:
|
||||||
vm3:
|
vm3:
|
||||||
|
@ -31,9 +31,8 @@ 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:
|
tests:
|
||||||
hosts:
|
hosts:
|
||||||
vm1:
|
vm1:
|
||||||
vm2:
|
vm2:
|
||||||
vm3:
|
vm3:
|
||||||
|
|
Loading…
Reference in a new issue