diff options
author | Christian Pointner <equinox@spreadspace.org> | 2018-12-08 16:53:43 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2018-12-08 16:53:43 +0100 |
commit | ee42cc8340f26be2316120a1434c5289d5927da2 (patch) | |
tree | 638ec7b167869c730fd7398a35118c330644276e /inventory/group_vars/all | |
parent | strip old and not yet used hosts (diff) |
improve handling of environment groups
Diffstat (limited to 'inventory/group_vars/all')
-rw-r--r-- | inventory/group_vars/all/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/group_vars/all/main.yml b/inventory/group_vars/all/main.yml index e30c383a..d23e3952 100644 --- a/inventory/group_vars/all/main.yml +++ b/inventory/group_vars/all/main.yml @@ -1,5 +1,5 @@ --- -sshserver_root_keys: "{{ ssh_keys.equinox[environment_group] | join('\n') }}" +sshserver_root_keys: "{{ ssh_keys.equinox[env_group] | join('\n') }}" equinox_user: name: equinox |