From f15421be4848d17bb032421ced32d76876980d88 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 7 Apr 2019 19:03:34 +0200 Subject: [PATCH] Add gitmodule --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07bbb86 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + Akku Warning role +--------------------- + +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. + + Variables: +----------- +``` +# should we install cronie? +install_and_enable_cronie: false + +# play a video in the background with sound +multimedia_akku_warning: true +``` +