ff
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
when: nmcli_failed
|
when: nmcli_failed
|
||||||
|
|
||||||
- name: Run nmcli to add a connection LTE
|
- name: Run nmcli to add a connection LTE
|
||||||
command: /usr/bin/nmcli c add autoconnect yes save yes con-name TLE ifname {{ lte_int.stdout }} type gsm apn "internet"
|
command: /usr/bin/nmcli c add autoconnect yes save yes con-name LTE ifname {{ lte_int.stdout }} type gsm apn "internet"
|
||||||
|
|
||||||
- name: Run nmcli to add WPA-PSK security to the wifi connection
|
- name: Run nmcli to add WPA-PSK security to the wifi connection
|
||||||
command: /usr/bin/nmcli c mod {{ wifi_ssid }} \
|
command: /usr/bin/nmcli c mod {{ wifi_ssid }} \
|
||||||
@@ -88,6 +88,8 @@
|
|||||||
- name: Run nmcli to activate wifi access point connection
|
- name: Run nmcli to activate wifi access point connection
|
||||||
command: /usr/bin/nmcli c up {{ wifi_ssid }}
|
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 }}
|
||||||
# - name: Configure {{ wifi_int.stdout_lines | first }} interface
|
# - name: Configure {{ wifi_int.stdout_lines | first }} interface
|
||||||
# template:
|
# template:
|
||||||
# src: 25-wireless.network.j2
|
# src: 25-wireless.network.j2
|
||||||
|
|||||||
Reference in New Issue
Block a user