ff
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
|
||||
|
||||
- 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
|
||||
when: nmcli_lte_failed
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
# loop_var: int_name
|
||||
# tags: br
|
||||
- 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:
|
||||
- enp90s0
|
||||
loop_control:
|
||||
|
||||
Reference in New Issue
Block a user