mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-01 16:12:22 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: reload sys-hlth-msmtp.cymais.service
|
||||
- name: reload sys-hlth-msmtp.infinito.service
|
||||
systemd:
|
||||
name: sys-hlth-msmtp.cymais.service
|
||||
name: sys-hlth-msmtp.infinito.service
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
@@ -6,7 +6,7 @@ galaxy_info:
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
@@ -18,7 +18,7 @@ galaxy_info:
|
||||
- email
|
||||
- health
|
||||
- systemd
|
||||
repository: "https://s.veen.world/cymais"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
|
||||
documentation: "https://docs.infinito.nexus"
|
||||
dependencies:
|
||||
- sys-alm-telegram
|
||||
|
@@ -10,11 +10,11 @@
|
||||
dest: "{{ health_msmtp_folder }}sys-hlth-msmtp.sh"
|
||||
mode: '0755'
|
||||
|
||||
- name: create sys-hlth-msmtp.cymais.service
|
||||
- name: create sys-hlth-msmtp.infinito.service
|
||||
template:
|
||||
src: sys-hlth-msmtp.service.j2
|
||||
dest: /etc/systemd/system/sys-hlth-msmtp.cymais.service
|
||||
notify: reload sys-hlth-msmtp.cymais.service
|
||||
dest: /etc/systemd/system/sys-hlth-msmtp.infinito.service
|
||||
notify: reload sys-hlth-msmtp.infinito.service
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
set_fact:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Check msmtp liveliness
|
||||
OnFailure=sys-alm-telegram.cymais@%n.service
|
||||
OnFailure=sys-alm-telegram.infinito@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user