ff
This commit is contained in:
@@ -135,17 +135,17 @@
|
|||||||
ipv4.addr {{ wifi_int_ip }}/24
|
ipv4.addr {{ wifi_int_ip }}/24
|
||||||
|
|
||||||
|
|
||||||
- name: Run nmcli to activate wifi access point connection
|
- name: Run nmcli to activate {{ wifi_ssid }} access point connection
|
||||||
command: /usr/bin/nmcli c up {{ wifi_ssid }}
|
command: /usr/bin/nmcli c up {{ wifi_ssid }}
|
||||||
|
|
||||||
- name: Run nmcli to activate {{ LTE_con_name }}
|
- name: Run nmcli to activate {{ LTE_con_name }}
|
||||||
command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
||||||
|
|
||||||
# - name: Run nmcli to activate {{ phy_int1_name }}
|
# - name: Run nmcli to activate {{ phy_int1_name }}
|
||||||
# command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
# command: /usr/bin/nmcli c up {{ phy_int1_name }}
|
||||||
|
|
||||||
- name: Run nmcli to activate {{ phy_int2_name }}
|
- name: Run nmcli to activate {{ phy_int2_name }}
|
||||||
command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
command: /usr/bin/nmcli c up {{ phy_int2_name }}
|
||||||
|
|
||||||
- name: Apply tags to tasks within included file
|
- name: Apply tags to tasks within included file
|
||||||
include_tasks: iptables.yaml
|
include_tasks: iptables.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user