mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
Improve meta info
This commit is contained in:
parent
fad02afabe
commit
dec0f4d311
3 changed files with 12 additions and 3 deletions
12
README.md
12
README.md
|
@ -1,9 +1,17 @@
|
||||||
Akku Warning role
|
Akku Warning role
|
||||||
---------------------
|
---------------------
|
||||||
|
<a href="https://galaxy.ansible.com/do1jlr/akku-warning"><img width="80px" src="https://galaxy.ansible.com/assets/galaxy-logo-02.svg"/></a>
|
||||||
|
|
||||||
|
### Get it directly from Ansible Galaxy
|
||||||
|
```bash
|
||||||
|
$ ansible-galaxy install do1jlr.i3wm
|
||||||
|
```
|
||||||
|
|
||||||
|
### Function
|
||||||
|
|
||||||
This ansible warning will install an bash Script, that will be executet every 3 minutes.
|
This ansible warning will install an bash Script, that will be executet every 3 minutes.
|
||||||
|
|
||||||
If your batterie is under 25 min, it will start warning you.
|
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!
|
This role is only tested on arch, but probably will work on all distros!
|
||||||
|
|
||||||
|
@ -19,4 +27,4 @@ install_and_enable_cronie: false
|
||||||
# play a video in the background with sound
|
# play a video in the background with sound
|
||||||
multimedia_akku_warning: true
|
multimedia_akku_warning: true
|
||||||
```
|
```
|
||||||
|
*For a complete view of all variables pleas have a look into the default folder.*
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: L3D
|
author: L3D
|
||||||
description: Get a popup if the akku is getting low, get a warning sound, if the akku is even lower.
|
description: Get a popup if the akku is getting low, get a warning sound, if the akku is even lower.
|
||||||
|
role_name: akku-warning
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: 2.3
|
min_ansible_version: 2.3
|
||||||
github_branch: master
|
github_branch: master
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
playbook_version_number: 100
|
playbook_version_number: 101
|
||||||
playbook_version_path: '/etc/ansible-version/role-akku-warning_chaos-bodensee_github.com.version'
|
playbook_version_path: '/etc/ansible-version/role-akku-warning_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue