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}
|
||||
|
||||
|
|
1
hosts
1
hosts
|
@ -31,7 +31,6 @@ all:
|
|||
hosts:
|
||||
azerty.fil.sand.auro.re:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
|
||||
tests:
|
||||
hosts:
|
||||
vm1:
|
||||
|
|
Loading…
Reference in a new issue