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/README.md

23 lines
516 B
Markdown
Raw Normal View History

2019-04-07 19:03:34 +02:00
Akku Warning role
---------------------
This ansible warning will install an bash Script, that will be executet every 3 minutes.
2019-04-24 13:12:40 +02:00
If your batterie is under 25 min, it will make a warning.
This role is only tested on arch, but probably will work on all distros!
2019-04-07 19:03:34 +02:00
Variables:
-----------
```
2019-04-24 13:12:40 +02:00
# Your username you mostly use on your device
akku_user: "{{ ansible_user_id }}"
2019-04-07 19:03:34 +02:00
# should we install cronie?
install_and_enable_cronie: false
# play a video in the background with sound
multimedia_akku_warning: true
```