This commit is contained in:
2024-09-03 20:05:21 +03:00
parent 77f2f04c61
commit 743434a863

View File

@@ -99,7 +99,7 @@
loop_var: int_name
tags: br
- name: set ip for bridge
command: /usr/bin/nmcli c mod bridge ipv4.addr {{ wifi_int_ip }}/24 ipv4.method disabled
command: /usr/bin/nmcli c mod bridge ipv4.addr {{ wifi_int_ip }}/24 ipv4.method static
tags: br
- name: set ip for bridge
@@ -115,7 +115,7 @@
802-11-wireless-security.group ccmp \
802-11-wireless-security.pairwise ccmp \
802-11-wireless-security.psk {{ wifi_psk }} \
ipv4.method manual
- name: Run nmcli to activate wifi access point connection
command: /usr/bin/nmcli c up {{ wifi_ssid }}