28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
---
|
|
# This playbook deploys a kiosk-computer
|
|
|
|
- name: apply configuration to the machines
|
|
hosts: localhost
|
|
remote_user: root
|
|
vars:
|
|
auto_user: debi
|
|
#wifi_ssid: "YOUR SSID HERE"
|
|
wifi_ssid: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
64613961373330306237356337323836343032646539353137363039613632373739326565613366
|
|
3339623632663536363339376638316434623035373538330a383634386133656639633932626436
|
|
36613139616136346564663363376266323131353037376237343434393136633035326636363666
|
|
3761623833343064370a633765653166393737326235383231313731623366323963393836616264
|
|
3532
|
|
#wifi_passwd: "YOUR WIFI-PW HERE"
|
|
wifi_passwd: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
64633036633163363237373937313935653466346630363565313233393864306534306631363763
|
|
3035373034653730656238656133366566613266393536650a376431396164303861616432316338
|
|
62396133306136653861643336626539666433646234653161616265663631376637333561363730
|
|
6534633964353363380a313339383166383064656431633062396461376336646263346233303739
|
|
3435
|
|
roles:
|
|
- up2date-debian
|
|
- gnome
|
|
- kiosk
|