From a606230d93f081af497f242606494aaaf1a2f265 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Tue, 13 Oct 2020 16:01:16 +0200 Subject: [PATCH] We always need these Evolix vars_files which overwrite defaults values --- evolixisation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/evolixisation.yml b/evolixisation.yml index 950b46e..63bc66d 100644 --- a/evolixisation.yml +++ b/evolixisation.yml @@ -1,6 +1,6 @@ # yamllint disable rule:line-length # Playbook command -# First use (become_method: su, and var_files uncommented) : +# First use (become_method: su) : # ansible-playbook evolixisation.yml --ask-vault-pass -CDki hosts -l HOSTNAME -u root # Subsequent use (become_method: sudo) : # ansible-playbook evolixisation.yml --ask-vault-pass -CDKi hosts -l HOSTNAME @@ -16,8 +16,8 @@ vars_files: - vars/main.yml - # - vars/secrets.yml - # - vars/openbsd-secret.yml + - vars/secrets.yml + - vars/openbsd-secret.yml roles: - etc-git