1
0
Fork 0
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:
Lilian Roller 2019-04-24 13:12:40 +02:00
parent 47c3ccf142
commit 55dc921ca1
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 34 additions and 1 deletions

View file

@ -3,11 +3,16 @@
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 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: Variables:
----------- -----------
``` ```
# Your username you mostly use on your device
akku_user: "{{ ansible_user_id }}"
# should we install cronie? # should we install cronie?
install_and_enable_cronie: false install_and_enable_cronie: false

28
meta/main.yml Normal file
View 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: []