ff
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
wifi_psk: "test12345"
|
||||
# Статические адрес интерфейса и шлюз
|
||||
wifi_int_ip: 10.1.10.1
|
||||
phy_int1: 10.1.10.2
|
||||
phy_int2: 10.1.10.3
|
||||
phy_int1: 10.1.10.2/24
|
||||
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"
|
||||
LTE_con_name: LTE
|
||||
phy_int1_name: physical_1
|
||||
phy1_iface_name: enp89s0
|
||||
phy_int2_name: physical_2
|
||||
phy2_iface_name: enp90s0
|
||||
## dnsmasq
|
||||
# Время аренды в секундах
|
||||
lease_time: 10800
|
||||
|
||||
@@ -141,8 +141,8 @@
|
||||
- name: Run nmcli to activate {{ LTE_con_name }}
|
||||
command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
||||
|
||||
- name: Run nmcli to activate {{ phy_int1_name }}
|
||||
command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
||||
# - name: Run nmcli to activate {{ phy_int1_name }}
|
||||
# command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
||||
|
||||
- name: Run nmcli to activate {{ phy_int2_name }}
|
||||
command: /usr/bin/nmcli c up {{ LTE_con_name }}
|
||||
|
||||
Reference in New Issue
Block a user