This commit is contained in:
2024-09-03 21:59:26 +03:00
parent ccc710407b
commit 9e606cf4f4
2 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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 }}