From bfaa595ae961a01ed3b3d54ee25af89ba17ab08c Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Mon, 5 Apr 2021 20:05:11 +0200 Subject: [PATCH] fix stuff --- ansible.cfg | 3 +++ hosts | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index f65041e..2550a2e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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} diff --git a/hosts b/hosts index fd65277..5309dca 100644 --- a/hosts +++ b/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: