From 51c9458c77f872a56a0635e7fda9d806f3662a32 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 1 Jun 2020 03:58:57 +0200 Subject: major refactoring of users database --- inventory/host_vars/s2-thetys.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'inventory/host_vars/s2-thetys.yml') diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml index 8105a76b..c9512432 100644 --- a/inventory/host_vars/s2-thetys.yml +++ b/inventory/host_vars/s2-thetys.yml @@ -1,10 +1,8 @@ --- base_packages_extra_host: -- exfat-fuse -- exfat-utils -- vlan + - exfat-fuse + - exfat-utils + - vlan -admin_user_host: -- "{{ equinox_user }}" - -ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}" +admin_users_host: + - equinox -- cgit v1.2.3