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/ele-dione.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'inventory/host_vars/ele-dione.yml') diff --git a/inventory/host_vars/ele-dione.yml b/inventory/host_vars/ele-dione.yml index cebf5764..368ac94a 100644 --- a/inventory/host_vars/ele-dione.yml +++ b/inventory/host_vars/ele-dione.yml @@ -17,14 +17,12 @@ network: gateway: "{{ network_zones.lan.gateway }}" 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 docker_lvm: vg: "{{ host_name }}" -- cgit v1.2.3