Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation

This commit is contained in:
2025-07-08 23:43:13 +02:00
parent 6b87a049d4
commit 563d5fd528
1242 changed files with 2301 additions and 1355 deletions

View File

@@ -0,0 +1,27 @@
- name: "create {{ health_msmtp_folder }}"
file:
path: "{{ health_msmtp_folder }}"
state: directory
mode: 0755
- name: create monitor-bot-msmtp.sh
template:
src: monitor-bot-msmtp.sh.j2
dest: "{{ health_msmtp_folder }}monitor-bot-msmtp.sh"
mode: '0755'
- name: create monitor-bot-msmtp.cymais.service
template:
src: monitor-bot-msmtp.service.j2
dest: /etc/systemd/system/monitor-bot-msmtp.cymais.service
notify: reload monitor-bot-msmtp.cymais.service
- name: set service_name to the name of the current role
set_fact:
service_name: "{{ role_name }}"
- name: include role for generic-timer for {{ service_name }}
include_role:
name: generic-timer
vars:
on_calendar: "{{ on_calendar_health_msmtp }}"