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
2019-08-31 15:05:07 +02:00

16 lines
388 B
YAML

---
# which user are we currently using?
akku_user: "{{ ansible_user_id }}"
# which sound should we play?
akku_sound_src: 'files/low_battery.m4a'
akku_sound_src: '/opt/low_battery.m4a'
# should we install cronie?
install_and_enable_cronie: false
# play a video in the background with sound
multimedia_akku_warning: true
# version check for this playbook
submodules_versioncheck: true