ff
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
- net.ipv4.ip_forward
|
- net.ipv4.ip_forward
|
||||||
notify: Reload the sysctl configuration
|
notify: Reload the sysctl configuration
|
||||||
|
|
||||||
|
- name: Sysctl configuration file
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: /etc//etc/sysctl.d/99-sysctl.conf
|
||||||
|
state: present
|
||||||
|
line: net.ipv4.ip_forward=1
|
||||||
|
notify: Reload the sysctl configuration
|
||||||
- name: Enable NetworkManager
|
- name: Enable NetworkManager
|
||||||
service:
|
service:
|
||||||
name: NetworkManager
|
name: NetworkManager
|
||||||
@@ -159,6 +165,7 @@
|
|||||||
master br0 \
|
master br0 \
|
||||||
wifi.ssid {{ wifi_ssid }} \
|
wifi.ssid {{ wifi_ssid }} \
|
||||||
wifi.band a \
|
wifi.band a \
|
||||||
|
wifi.band 36 \
|
||||||
wifi.mode ap \
|
wifi.mode ap \
|
||||||
wifi-sec.proto rsn \
|
wifi-sec.proto rsn \
|
||||||
wifi-sec.pairwise ccmp \
|
wifi-sec.pairwise ccmp \
|
||||||
|
|||||||
Reference in New Issue
Block a user