From 743434a863100a634dba0c53c1ae1fee31e2afd5 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Tue, 3 Sep 2024 20:05:21 +0300 Subject: [PATCH] ff --- roles/configure/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/configure/tasks/main.yaml b/roles/configure/tasks/main.yaml index a90aa99..236d086 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -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 }}