2019-04-07 18:52:35 +02:00
|
|
|
---
|
2019-04-24 13:07:10 +02:00
|
|
|
# which user are we currently using?
|
|
|
|
akku_user: "{{ ansible_user_id }}"
|
2019-04-07 18:52:35 +02:00
|
|
|
|
2019-08-31 15:05:07 +02:00
|
|
|
# which sound should we play?
|
|
|
|
akku_sound_src: 'files/low_battery.m4a'
|
2019-08-31 15:08:02 +02:00
|
|
|
akku_sound_dest: '/opt/low_battery.m4a'
|
2019-08-31 15:05:07 +02:00
|
|
|
|
2019-04-07 18:52:35 +02:00
|
|
|
# should we install cronie?
|
|
|
|
install_and_enable_cronie: false
|
|
|
|
|
|
|
|
# play a video in the background with sound
|
|
|
|
multimedia_akku_warning: true
|
2019-05-17 16:07:17 +02:00
|
|
|
|
|
|
|
# version check for this playbook
|
|
|
|
submodules_versioncheck: true
|