1
0
Fork 0
mirror of https://github.com/roles-ansible/role_akku_warning.git synced 2024-08-16 10:09:50 +02:00
ansible role to install a warning if your akku is low
Find a file
2019-06-24 13:40:31 +02:00
.github Update founding infos 2019-06-07 17:46:56 +02:00
defaults Implement akku warning 2019-05-17 16:07:17 +02:00
files improve akku fun 2019-04-10 00:11:44 +02:00
meta improve role name 2019-06-24 13:40:31 +02:00
tasks Implement akku warning 2019-05-17 16:07:17 +02:00
vars improve role name 2019-06-24 13:40:31 +02:00
LICENSE Update LICENCE Information 2019-06-07 11:37:31 +02:00
README.md improve role name 2019-06-24 13:40:31 +02:00

Akku Warning role

Get it directly from Ansible Galaxy

$ ansible-galaxy install do1jlr.akku_warning

Function

This ansible warning will install an bash Script, that will be executet every 3 minutes.

If your batterie is under 25 percent, it will start warning you.

This role is only tested on arch, but probably will work on all distros!

Variables:

# Your username you mostly use on your device
akku_user: "{{ ansible_user_id }}"

# should we install cronie?
install_and_enable_cronie: false

# play a video in the background with sound
multimedia_akku_warning: true

For a complete view of all variables pleas have a look into the default folder.