This commit is contained in:
2024-09-08 13:23:47 +03:00
parent 58edbfbd2d
commit 1e81fc90d4

View File

@@ -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