ff
This commit is contained in:
@@ -81,9 +81,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# - name: Run nmcli to add a connection LTE
|
- name: Run nmcli to add a connection LTE
|
||||||
# command: /usr/bin/nmcli c add autoconnect yes save yes con-name {{ LTE_con_name }} ifname cdc-wdm0 type gsm apn "internet"
|
command: /usr/bin/nmcli c add autoconnect yes save yes con-name {{ LTE_con_name }} ifname cdc-wdm0 type gsm apn "internet"
|
||||||
# tags: br
|
tags: br
|
||||||
|
|
||||||
- name: Configure bridge
|
- name: Configure bridge
|
||||||
command: /usr/bin/nmcli c add type bridge ifname br0 autoconnect yes save yes con-name bridge stp no ipv6.method disabled ipv4.method manual ipv4.addr 10.1.10.1/24
|
command: /usr/bin/nmcli c add type bridge ifname br0 autoconnect yes save yes con-name bridge stp no ipv6.method disabled ipv4.method manual ipv4.addr 10.1.10.1/24
|
||||||
@@ -134,18 +134,18 @@
|
|||||||
- name: Run nmcli to activate wifi access point connection
|
- name: Run nmcli to activate wifi 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 access point connection
|
- name: Run nmcli to activate LTE access point connection
|
||||||
# command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
command: /usr/bin/nmcli c up {{ LTE_con_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
|
||||||
# args:
|
args:
|
||||||
# apply:
|
apply:
|
||||||
# tags:
|
tags:
|
||||||
# - iptables
|
- iptables
|
||||||
# tags:
|
tags:
|
||||||
# - iptables
|
- iptables
|
||||||
# - flush
|
- flush
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user