From e0f8ff4d4234ee6e8108e0be37968c3f7e782abf Mon Sep 17 00:00:00 2001 From: nicoo Date: Wed, 15 Nov 2017 00:53:14 +0100 Subject: [PATCH] ansible: Allow SSH for extra users on athsdisc --- ansible/host_vars/athsdisc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible/host_vars/athsdisc diff --git a/ansible/host_vars/athsdisc b/ansible/host_vars/athsdisc new file mode 100644 index 0000000..1540b11 --- /dev/null +++ b/ansible/host_vars/athsdisc @@ -0,0 +1,5 @@ +sshd_allowusers_host: + - luto + - robelix + - tomk32 + -- 1.7.10.4