Add 'kiosk' configuration.
This commit is contained in:
parent
546dabd7aa
commit
d203da49c2
9 changed files with 246 additions and 0 deletions
18
roles/kiosk/templates/wifi.j2
Normal file
18
roles/kiosk/templates/wifi.j2
Normal file
|
@ -0,0 +1,18 @@
|
|||
[connection]
|
||||
id={{ wifi_ssid }}
|
||||
uuid=a9064ab4-e5fc-49d7-bb6d-8a6073c0e757
|
||||
type=wifi
|
||||
|
||||
[wifi]
|
||||
ssid={{ wifi_ssid }}
|
||||
security=802-11-wireless-security
|
||||
|
||||
[wifi-security]
|
||||
key-mgmt=wpa-psk
|
||||
psk={{ wifi_passwd }}
|
||||
|
||||
[ipv4]
|
||||
method=auto
|
||||
|
||||
[ipv6]
|
||||
method=auto
|
Loading…
Add table
Add a link
Reference in a new issue