mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
Publish role on ansible galaxy
This commit is contained in:
parent
47c3ccf142
commit
55dc921ca1
2 changed files with 34 additions and 1 deletions
|
@ -3,11 +3,16 @@
|
|||
|
||||
This ansible warning will install an bash Script, that will be executet every 3 minutes.
|
||||
|
||||
If your akku is under 25 min, it will make a warning.
|
||||
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!
|
||||
|
||||
Variables:
|
||||
-----------
|
||||
```
|
||||
# Your username you mostly use on your device
|
||||
akku_user: "{{ ansible_user_id }}"
|
||||
|
||||
# should we install cronie?
|
||||
install_and_enable_cronie: false
|
||||
|
||||
|
|
28
meta/main.yml
Normal file
28
meta/main.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: L3D
|
||||
description: Get a popup if the akku is getting low, get a warning sound, if the akku is even lower.
|
||||
license: license (MIT)
|
||||
min_ansible_version: 2.2
|
||||
github_branch: master
|
||||
platforms:
|
||||
- name: Archlinux
|
||||
versions: all
|
||||
- name: Debian
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
galaxy_tags:
|
||||
- akku
|
||||
- warning
|
||||
- energy
|
||||
- i3wm
|
||||
- arch
|
||||
- desktop
|
||||
- batterie
|
||||
dependencies: []
|
Loading…
Reference in a new issue