diff options
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/group_vars/ele-ap/main.yml | 6 | ||||
-rw-r--r-- | inventory/group_vars/spreadspace/main.yml | 2 | ||||
-rw-r--r-- | inventory/host_vars/ele-media.yml | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/inventory/group_vars/ele-ap/main.yml b/inventory/group_vars/ele-ap/main.yml index e1dfc71c..cb271b64 100644 --- a/inventory/group_vars/ele-ap/main.yml +++ b/inventory/group_vars/ele-ap/main.yml @@ -21,15 +21,15 @@ accesspoint_zones: lan: ssid: "elevate Staff" encryption: "psk2" - key: "{{ vault_ele_ap.accesspoint_zones.lan.key }}" + key: "{{ vault_accesspoint_zones.lan.key }}" guest: ssid: "elevate Public" encryption: "psk2" - key: "{{ vault_ele_ap.accesspoint_zones.guest.key }}" + key: "{{ vault_accesspoint_zones.guest.key }}" infoscreens: ssid: "elevate Infoscreens" encryption: "psk2" - key: "{{ vault_ele_ap.accesspoint_zones.infoscreens.key }}" + key: "{{ vault_accesspoint_zones.infoscreens.key }}" accesspoint_network_zones: "{{ accesspoint_network_zones_yaml | from_yaml }}" diff --git a/inventory/group_vars/spreadspace/main.yml b/inventory/group_vars/spreadspace/main.yml index aaaffddf..1ca94b23 100644 --- a/inventory/group_vars/spreadspace/main.yml +++ b/inventory/group_vars/spreadspace/main.yml @@ -5,4 +5,4 @@ acmetool_account_email: equinox@spreadspace.org blackmagic_desktopvideo_apt: username: "streaming" - password: "{{ vault_spreadspace.blackmagic_desktopvideo_apt_password }}" + password: "{{ vault_blackmagic_desktopvideo_apt.password }}" diff --git a/inventory/host_vars/ele-media.yml b/inventory/host_vars/ele-media.yml index 1f6f58a0..927b2bef 100644 --- a/inventory/host_vars/ele-media.yml +++ b/inventory/host_vars/ele-media.yml @@ -25,7 +25,7 @@ admin_user_host: ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}" -mysql_root_password: "{{ vault_ele_media.mysql_root_password }}" +mysql_root_password: "{{ vault_mysql_root_password }}" docker_lvm: vg: "{{ host_name }}" @@ -41,11 +41,11 @@ nextcloud_hostnames: nextcloud_db: db: nextcloud user: nextcloud - password: "{{ vault_ele_media.nextcloud_db.password }}" + password: "{{ vault_nextcloud_db.password }}" nextcloud_admin: username: admin - password: "{{ vault_ele_media.nextcloud_admin.password }}" + password: "{{ vault_nextcloud_admin.password }}" nextcloud_lvm: system: |