diff --git a/roles/configure/tasks/main.yaml b/roles/configure/tasks/main.yaml index 3d04f1b..7966e06 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -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 \