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
|
||||
inventory = ./hosts
|
||||
|
||||
# roles location
|
||||
roles_path = ./roles
|
||||
|
||||
# Custom header in templates
|
||||
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:
|
||||
my-mail.deso-palaiseau.fr:
|
||||
vps.deso-palaiseau.fr:
|
||||
networking-pp.fil.sand.auro.re:
|
||||
networking-pp.fil.sand.auro.re:
|
||||
vm1:
|
||||
vm2:
|
||||
vm3:
|
||||
|
@ -31,9 +31,8 @@ all:
|
|||
hosts:
|
||||
azerty.fil.sand.auro.re:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
|
||||
tests:
|
||||
hosts:
|
||||
vm1:
|
||||
vm2:
|
||||
vm3:
|
||||
vm1:
|
||||
vm2:
|
||||
vm3:
|
||||
|
|
Loading…
Reference in a new issue