ff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user