save
This commit is contained in:
28
templates/user-data-wifi.tmpl
Normal file
28
templates/user-data-wifi.tmpl
Normal file
@@ -0,0 +1,28 @@
|
||||
network:
|
||||
version: 2
|
||||
wifis:
|
||||
$wifi_iface:
|
||||
dhcp4: true
|
||||
optional: true
|
||||
access-points:
|
||||
"house":
|
||||
networkmanager:
|
||||
name: "house"
|
||||
password: "${WIFI_HOUSE_PASSWORD}"
|
||||
"house5":
|
||||
networkmanager:
|
||||
name: "house5"
|
||||
password: "${WIFI_HOUSE_PASSWORD}"
|
||||
"NOKIA":
|
||||
networkmanager:
|
||||
name: "NOKIA"
|
||||
auth:
|
||||
key-management: eap
|
||||
method: tls
|
||||
identity: "host/alfoldi.ipa.nsn-net.net"
|
||||
ca-certificate: /nokia/vpn/NOKIA_Root_CA.crt
|
||||
client-certificate: /nokia/vpn/alfoldi.ipa.nsn-net.net.crt
|
||||
client-key: /nokia/vpn/alfoldi.ipa.nsn-net.net.key
|
||||
client-key-password: "${NOKIA_WIFI_KEY_PASSWORD}"
|
||||
|
||||
# vim: set filetype=yaml :
|
||||
Reference in New Issue
Block a user