diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-06-10 11:16:33 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-06-10 11:16:33 +0200 |
commit | 96c88ea36accedae4e182def9a57fd87d4c7a4e9 (patch) | |
tree | d9746995fa832ffb2686c0bcc693db370c4377cb /inventory/group_vars | |
parent | vm/host: configure lvm to ignore zfs volumes (diff) |
minor cleanups
Diffstat (limited to 'inventory/group_vars')
-rw-r--r-- | inventory/group_vars/all/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/group_vars/all/main.yml b/inventory/group_vars/all/main.yml index 4fc2198b..9f2d773d 100644 --- a/inventory/group_vars/all/main.yml +++ b/inventory/group_vars/all/main.yml @@ -6,6 +6,7 @@ global_cache_dir: "{{ inventory_dir }}/../.cache" # Directory for static assets global_files_dir: "{{ inventory_dir }}/../files" + ssh_users_root: - equinox ssh_keys_root: "{{ ssh_users_root | default([]) | map('extract', users) | map(attribute='ssh') | flatten | list }}" |