summaryrefslogtreecommitdiff
path: root/inventory/group_vars/accesspoints/vars.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-03 02:03:21 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-03 02:03:21 +0200
commitd5a8cc250170c3bd835b27e0fdd5964a5beb885d (patch)
tree7dab375de002c97526d861c19d671845adb6d193 /inventory/group_vars/accesspoints/vars.yml
parentrefactoring of access point client steering config (diff)
accesspoints: some more tweaks
Diffstat (limited to 'inventory/group_vars/accesspoints/vars.yml')
-rw-r--r--inventory/group_vars/accesspoints/vars.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/group_vars/accesspoints/vars.yml b/inventory/group_vars/accesspoints/vars.yml
index b704e147..43a2de82 100644
--- a/inventory/group_vars/accesspoints/vars.yml
+++ b/inventory/group_vars/accesspoints/vars.yml
@@ -82,6 +82,10 @@ accesspoint_wireless_devices_yaml: |
path: "{{ accesspoint_wireless_device_paths[band] }}"
htmode: '{{ accesspoint_wifi_device_htmode[band] }}'
cell_density: '0'
+ {% set txpower = accesspoint_wifi_txpower[band][inventory_hostname] %}
+ {% if txpower is defined %}
+ txpower: '{{ txpower }}'
+ {% endif %}
{% endfor %}