From 1e81fc90d47c154f79faee2cab04407a66a28452 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sun, 8 Sep 2024 13:23:47 +0300 Subject: [PATCH] ff --- roles/configure/tasks/main.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/configure/tasks/main.yaml b/roles/configure/tasks/main.yaml index 716ecd1..4669134 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -173,18 +173,18 @@ # 802-11-wireless-security.pairwise ccmp \ # 802-11-wireless-security.psk {{ wifi_psk }} \ -- name: set ip for bridge - command: /usr/bin/nmcli c up bridge - tags: br +# - name: set ip for bridge +# command: /usr/bin/nmcli c up bridge +# tags: br -- name: Run nmcli to activate wifi access point connection - command: /usr/bin/nmcli c up {{ wifi_ssid }} +# - name: Run nmcli to activate wifi access point connection +# command: /usr/bin/nmcli c up {{ wifi_ssid }} -- name: Run nmcli to activate LTE access point connection - command: /usr/bin/nmcli c up {{ LTE_con_name }} +# - name: Run nmcli to activate LTE access point connection +# command: /usr/bin/nmcli c up {{ LTE_con_name }} -- name: Run nmcli to activate LTE access point connection - command: /usr/bin/nmcli c up Ethernet +# - name: Run nmcli to activate LTE access point connection +# command: /usr/bin/nmcli c up Ethernet - name: Apply tags to tasks within included file include_tasks: iptables.yaml