From fe89fdf3253c39ac1d57669d472cefb175127aa6 Mon Sep 17 00:00:00 2001 From: Maxime Bombar <bombar@crans.org> Date: Tue, 26 May 2020 04:47:35 +0200 Subject: [PATCH] Set can_sudo variable to avoid abusing my rights ... --- group_vars/all/vars.yml | 3 +++ host_vars/localhost.yml | 1 + 2 files changed, 4 insertions(+) create mode 100644 host_vars/localhost.yml diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml index 061b04a..642e8b8 100644 --- a/group_vars/all/vars.yml +++ b/group_vars/all/vars.yml @@ -1,3 +1,6 @@ +# Default variables shell: "zsh" +can_sudo: no # Avoid abusing of my rights ... + certbot_challenge_maximebombar: "{{ vault_certbot_challenge_maximebombar }}" certbot_challenge_satellist: "{{ vault_certbot_challenge_satellist }}" diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml new file mode 100644 index 0000000..128b8b1 --- /dev/null +++ b/host_vars/localhost.yml @@ -0,0 +1 @@ +can_sudo: yes -- GitLab