From 7409d374131f14a146ac1691e3d2a5202f86348c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Apr 2018 19:29:03 +0200 Subject: [PATCH] ansible: base role now applies on all hosts without changes --- ansible/host_vars/vex | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/host_vars/vex b/ansible/host_vars/vex index 3e5a834..3b04341 100644 --- a/ansible/host_vars/vex +++ b/ansible/host_vars/vex @@ -2,3 +2,4 @@ sshd_allowusers_host: - git - www - www-data + - acme -- 1.7.10.4