diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml
index 061b04accc6f844550589c65444655e905261ba3..642e8b8acc29f723928982ac19307648d2097603 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 0000000000000000000000000000000000000000..128b8b15c738f39758af15d9611778afb0a40ed7
--- /dev/null
+++ b/host_vars/localhost.yml
@@ -0,0 +1 @@
+can_sudo: yes