ff
This commit is contained in:
@@ -24,10 +24,9 @@
|
||||
phy_int2: 10.1.10.3/24
|
||||
# Имя lte модема для настройки NetworkManager
|
||||
LTE_con_name: LTE
|
||||
phy_int1_name: physical_1
|
||||
phy1_iface_name: enp89s0
|
||||
phy_int2_name: physical_2
|
||||
phy2_iface_name: enp90s0
|
||||
phy_ints:
|
||||
# - enp89s0
|
||||
- enp90s0
|
||||
## dnsmasq
|
||||
# Время аренды в секундах
|
||||
lease_time: 10800
|
||||
|
||||
@@ -133,8 +133,7 @@
|
||||
|
||||
- name: Configure bridge1
|
||||
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: "{{ phy_ints }}"
|
||||
loop_control:
|
||||
loop_var: int_name
|
||||
when: nmcli_eth_failed
|
||||
|
||||
Reference in New Issue
Block a user