diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-02-08 18:10:26 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-02-08 18:10:26 +0100 |
commit | 208ebf1487e8db32fa4583c97d103b4b7eb17ef1 (patch) | |
tree | 82303796db24cd8118af353775712c76f98ebe54 /inventory/group_vars/ele-ap | |
parent | added missing file (diff) |
refactored accesspoint config
Diffstat (limited to 'inventory/group_vars/ele-ap')
-rw-r--r-- | inventory/group_vars/ele-ap/main.yml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/inventory/group_vars/ele-ap/main.yml b/inventory/group_vars/ele-ap/main.yml index cb271b64..ff07020d 100644 --- a/inventory/group_vars/ele-ap/main.yml +++ b/inventory/group_vars/ele-ap/main.yml @@ -18,18 +18,9 @@ accesspoint_wifi_channels: ele-ap-orpheum0: 40 accesspoint_zones: - lan: - ssid: "elevate Staff" - encryption: "psk2" - key: "{{ vault_accesspoint_zones.lan.key }}" - guest: - ssid: "elevate Public" - encryption: "psk2" - key: "{{ vault_accesspoint_zones.guest.key }}" - infoscreens: - ssid: "elevate Infoscreens" - encryption: "psk2" - key: "{{ vault_accesspoint_zones.infoscreens.key }}" + lan: "{{ network_zones.lan.wifi }}" + guest: "{{ network_zones.guest.wifi }}" + infoscreens: "{{ network_zones.infoscreens.wifi }}" accesspoint_network_zones: "{{ accesspoint_network_zones_yaml | from_yaml }}" |