4dfd382a75
feat(lvm_self_backup): Add error service when systemd service fails
...
This is to be notified when the systemd service fails to e.g. unmount the partition.
2024-02-21 22:25:46 +01:00
824af595f2
!fix(lvm_self_backup): Rename vars according to lint rule
2023-10-14 00:18:16 +02:00
5393a8ebbc
Use FQCN in all tasks
2022-08-13 17:50:54 +02:00
e5d5d63714
lvm_self_backup: Reload systemd if service changed
2021-11-20 03:30:44 +01:00
21b54c11cf
lvm_self_backup: Restrict permissions on systemd service files
2021-11-20 00:27:19 +01:00
f67be989cc
lvm_self_backup: Option to configure user/group for status dir
...
This allows to give the telegraf container access to the backup status flags
2021-10-29 23:46:10 +02:00
951dbeb41d
Fix yamllint issues
2021-03-05 13:02:55 +01:00
3a64fb79ef
lvm_self_backup: Fix error handling in backup script & add status file
...
This file can be used for monitoring purposes.
2021-01-02 10:59:22 +01:00
22302117fa
lvm_self_backup: Adjust directory permissions
...
This patch reduces the permissions on the install directory to just the root user and also fixes the ansible-lint issue by specifying the `mode`.
2020-09-26 21:35:58 +02:00
a47fde9c9c
Rename roles to underscore
...
This patch renames all roles with a `-` to `_`, to comply with the ansible-lint rule 106. As collection roles are now also limited to these symbols and this will make it easier to move them later.
2020-09-26 18:12:59 +02:00