From 2e5b51cc24b6f6c91e7f969fe14e3adc2d4e80f2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Apr 2018 23:28:35 +0200 Subject: rename all .yaml to .yml --- host_vars/thetys.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 host_vars/thetys.yml (limited to 'host_vars/thetys.yml') diff --git a/host_vars/thetys.yml b/host_vars/thetys.yml new file mode 100644 index 00000000..ff853586 --- /dev/null +++ b/host_vars/thetys.yml @@ -0,0 +1,10 @@ +--- +base_packages_extra_host: +- exfat-fuse +- exfat-utils +- vlan + +admin_user_host: +- "{{ equinox_user }}" + +sshserver_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}" -- cgit v1.2.3