From 77527f38e49197966b59f7c3897a5aa9afe7669e Mon Sep 17 00:00:00 2001 From: nicoo Date: Wed, 15 Nov 2017 02:53:42 +0100 Subject: [PATCH] ansible: Manage vex too --- ansible/host_vars/vex | 3 +++ ansible/hosts | 1 + 2 files changed, 4 insertions(+) create mode 100644 ansible/host_vars/vex diff --git a/ansible/host_vars/vex b/ansible/host_vars/vex new file mode 100644 index 0000000..9616e7d --- /dev/null +++ b/ansible/host_vars/vex @@ -0,0 +1,3 @@ +sshd_allowusers_host: + - www + - www-data diff --git a/ansible/hosts b/ansible/hosts index af42ce2..05f89b9 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -19,6 +19,7 @@ hacksch.mgmt metrics.mgmt r3home.mgmt tickets.mgmt +vex [servers:children] baremetalservers -- 1.7.10.4