ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
#
# !!! This file is managed by Ansible !!!
#

interface={{ services.hostapd.interface }}
bridge={{ services.hostapd.bridge }}

ssid={{ services.hostapd.ssid }}
driver=nl80211
country_code=DE

hw_mode=g
channel={{ services.hostapd.channel }}

wpa=2
auth_algs=1

rsn_pairwise=CCMP
wpa_key_mgmt=WPA-PSK
wpa_passphrase={{ services.hostapd.passphrase }}

logger_stdout=-1
logger_stdout_level=2

ieee80211n=1
wmm_enabled=1
ht_capab=[HT40+]