From 1df0a0fe2b1288de3f7e599bac86f864dca22543 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 12 Sep 2019 00:08:14 +0200 Subject: refactored spreadspace hostnames --- inventory/host_vars/s2-thetys.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inventory/host_vars/s2-thetys.yml (limited to 'inventory/host_vars/s2-thetys.yml') diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml new file mode 100644 index 00000000..8105a76b --- /dev/null +++ b/inventory/host_vars/s2-thetys.yml @@ -0,0 +1,10 @@ +--- +base_packages_extra_host: +- exfat-fuse +- exfat-utils +- vlan + +admin_user_host: +- "{{ equinox_user }}" + +ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}" -- cgit v1.2.3