ff
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- 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 ipv6.method disabled autoconnect yes save yes con-name {{ LTE_con_name }} ifname cdc-wdm0 type gsm apn "internet"
|
||||||
tags: br
|
tags: br
|
||||||
when: nmcli_lte_failed
|
when: nmcli_lte_failed
|
||||||
|
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
# loop_var: int_name
|
# loop_var: int_name
|
||||||
# tags: br
|
# tags: br
|
||||||
- name: Configure bridge1
|
- name: Configure bridge1
|
||||||
command: /usr/bin/nmcli c add type bridge-slave con-name 'Ethernet' ifname {{ int_name }} master br0 autoconnect yes save yes
|
command: /usr/bin/nmcli c add ipv6.method disabled type bridge-slave con-name 'Ethernet' ifname {{ int_name }} master br0 autoconnect yes save yes
|
||||||
loop:
|
loop:
|
||||||
- enp90s0
|
- enp90s0
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
Reference in New Issue
Block a user