ff
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
wifi_ssid: "test"
|
||||
wifi_psk: "test12345"
|
||||
wifi_int_ip: 10.1.10.1
|
||||
LTE_con_name: LTE
|
||||
# dhcpd
|
||||
lease_time: 10800
|
||||
subnet: 10.1.10.0
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
when: nmcli_failed
|
||||
|
||||
- name: Run nmcli to add a connection LTE
|
||||
command: /usr/bin/nmcli c add autoconnect yes save yes con-name LTE ifname {{ lte_int.stdout }} type gsm apn "internet"
|
||||
command: /usr/bin/nmcli c add autoconnect yes save yes con-name {{ LTE_con_name }} ifname cdc-wdm0 type gsm apn "internet"
|
||||
|
||||
- name: Run nmcli to add WPA-PSK security to the wifi connection
|
||||
command: /usr/bin/nmcli c mod {{ wifi_ssid }} \
|
||||
@@ -89,7 +89,7 @@
|
||||
command: /usr/bin/nmcli c up {{ wifi_ssid }}
|
||||
|
||||
- name: Run nmcli to activate wifi access point connection
|
||||
command: /usr/bin/nmcli c up {{ lte_int.stdout }}
|
||||
command: /usr/bin/nmcli c {{ LTE_con_name }}
|
||||
# - name: Configure {{ wifi_int.stdout_lines | first }} interface
|
||||
# template:
|
||||
# src: 25-wireless.network.j2
|
||||
|
||||
Reference in New Issue
Block a user