ff
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
loop_var: int_name
|
loop_var: int_name
|
||||||
tags: br
|
tags: br
|
||||||
- name: set ip for bridge
|
- 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
|
tags: br
|
||||||
|
|
||||||
- name: set ip for bridge
|
- name: set ip for bridge
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
802-11-wireless-security.group ccmp \
|
802-11-wireless-security.group ccmp \
|
||||||
802-11-wireless-security.pairwise ccmp \
|
802-11-wireless-security.pairwise ccmp \
|
||||||
802-11-wireless-security.psk {{ wifi_psk }} \
|
802-11-wireless-security.psk {{ wifi_psk }} \
|
||||||
|
ipv4.method manual
|
||||||
- name: Run nmcli to activate wifi access point connection
|
- name: Run nmcli to activate wifi access point connection
|
||||||
command: /usr/bin/nmcli c up {{ wifi_ssid }}
|
command: /usr/bin/nmcli c up {{ wifi_ssid }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user