1
0
Fork 0
mirror of https://github.com/roles-ansible/role_akku_warning.git synced 2024-08-16 10:09:50 +02:00
role_akku_warning/defaults/main.yml

21 lines
500 B
YAML
Raw Normal View History

---
2020-05-16 20:39:04 +02:00
# simple version check for this playbook
# true is highly recomended
submodules_versioncheck: false
2019-04-24 13:07:10 +02:00
# which user are we currently using?
akku_user: "{{ ansible_user_id }}"
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
# should we install cronie?
2020-02-21 08:43:28 +01:00
install_and_enable_cronie: true
# play a video in the background with sound
multimedia_akku_warning: true
2019-05-17 16:07:17 +02:00
2020-02-20 23:30:57 +01:00
# you want to install missing packages?
manage_packages_akku_warning: true