This commit is contained in:
2024-09-08 15:17:36 +03:00
parent f76a7e0dc2
commit f4ca41a3d4

View File

@@ -11,6 +11,12 @@
- net.ipv4.ip_forward
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
service:
name: NetworkManager
@@ -159,6 +165,7 @@
master br0 \
wifi.ssid {{ wifi_ssid }} \
wifi.band a \
wifi.band 36 \
wifi.mode ap \
wifi-sec.proto rsn \
wifi-sec.pairwise ccmp \