Fix 'kiosk' configuration.

This commit is contained in:
Andreas B. Mundt 2018-06-07 23:51:55 +03:00
parent e37f9fa03d
commit e86d1a5903
3 changed files with 11 additions and 32 deletions

View file

@ -7,22 +7,9 @@
become: yes
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
wifi_ssid: "YOUR SSID HERE"
wifi_passwd: "YOUR WIFI-PW HERE"
roles:
- up2date-debian
- gnome

View file

@ -6,22 +6,9 @@
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
wifi_ssid: "YOUR SSID HERE"
wifi_passwd: "YOUR WIFI-PW HERE"
roles:
- up2date-debian
- gnome

View file

@ -1,6 +1,11 @@
#- name: gnome hibernate by default
# apt: name=gnome-shell-extension-suspend-button state=latest
- name: gnome desktop
apt:
name: task-gnome-desktop
state: latest
- name: make sure /etc/dconf/profile/ exists
file: path=/etc/dconf/profile/ state=directory recurse=yes