mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
16 lines
389 B
YAML
16 lines
389 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_dest: '/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
|