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}
|
||||||
|
|
||||||
|
|
1
hosts
1
hosts
|
@ -31,7 +31,6 @@ 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:
|
||||||
|
|
Loading…
Reference in a new issue