mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
one template - 2 copies
This commit is contained in:
parent
75162642ad
commit
4d9d925db8
2 changed files with 1 additions and 33 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- name: Create backup /etc/hostapd/hostapd.conf.iiab from template
|
- name: Create backup /etc/hostapd/hostapd.conf.iiab from template
|
||||||
template:
|
template:
|
||||||
src: hostapd/iiab-hostapd.conf.j2
|
src: hostapd/hostapd.conf.j2
|
||||||
dest: /etc/hostapd/hostapd.conf.iiab
|
dest: /etc/hostapd/hostapd.conf.iiab
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
# Basic configuration
|
|
||||||
|
|
||||||
interface=ap0
|
|
||||||
|
|
||||||
ssid={{ host_ssid }}
|
|
||||||
channel={{ host_channel }}
|
|
||||||
{%if iiab_lan_iface == "br0" %}
|
|
||||||
bridge=br0
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Hardware configuration
|
|
||||||
driver={{ driver_name }}
|
|
||||||
{%if host_wireless_n %}
|
|
||||||
ieee80211n=1
|
|
||||||
{% endif %}
|
|
||||||
country_code={{ host_country_code }}
|
|
||||||
# limit emissions to what is legal in country
|
|
||||||
ieee80211d=1
|
|
||||||
hw_mode={{ host_wifi_mode }}
|
|
||||||
|
|
||||||
{%if hostapd_secure %}
|
|
||||||
# Use WPA authentication
|
|
||||||
auth_algs=1
|
|
||||||
# Use WPA2
|
|
||||||
wpa=2
|
|
||||||
# Use a pre-shared key
|
|
||||||
wpa_key_mgmt=WPA-PSK
|
|
||||||
# The network passphrase
|
|
||||||
wpa_passphrase={{ hostapd_password }}
|
|
||||||
# Use AES, instead of TKIP
|
|
||||||
rsn_pairwise=CCMP
|
|
||||||
{% endif %}
|
|
Loading…
Add table
Add a link
Reference in a new issue