mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| - name: "restart sys-alm-telegram service" | ||||
|   systemd: | ||||
|     name: sys-alm-telegram.cymais.service | ||||
|     name: sys-alm-telegram.infinito.service | ||||
|     daemon_reload: yes | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| galaxy_info: | ||||
|   author: "Kevin Veen-Birkenbach" | ||||
|   description: "Installs and configures components for sending Telegram notifications through systemd. This role is part of the sys-alm-compose suite, providing automated alerts when services fail." | ||||
|   license: "CyMaIS NonCommercial License (CNCL)" | ||||
|   license: "Infinito.Nexus NonCommercial License (CNCL)" | ||||
|   license_url: "https://s.veen.world/cncl" | ||||
|   company: | | ||||
|     Kevin Veen-Birkenbach | ||||
| @@ -19,8 +19,8 @@ galaxy_info: | ||||
|     - notifications | ||||
|     - automation | ||||
|     - curl | ||||
|   repository: "https://s.veen.world/cymais" | ||||
|   issue_tracker_url: "https://s.veen.world/cymaisissues" | ||||
|   documentation: "https://s.veen.world/cymais" | ||||
|   repository: "https://github.com/kevinveenbirkenbach/infinito-nexus" | ||||
|   issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues" | ||||
|   documentation: "https://docs.infinito.nexus" | ||||
| dependencies: | ||||
|   - sys-rst-daemon | ||||
|   | ||||
| @@ -29,10 +29,10 @@ | ||||
|     dest: "{{ systemd_telegram_script }}" | ||||
|   when: run_once_systemd_notifier_telegram is not defined   | ||||
|  | ||||
| - name: configure sys-alm-telegram.cymais.service | ||||
| - name: configure sys-alm-telegram.infinito.service | ||||
|   template:  | ||||
|     src: sys-alm-telegram@.service.j2  | ||||
|     dest: "/etc/systemd/system/sys-alm-telegram.cymais@.service" | ||||
|     dest: "/etc/systemd/system/sys-alm-telegram.infinito@.service" | ||||
|   notify: "restart sys-alm-telegram service" | ||||
|   when: run_once_systemd_notifier_telegram is not defined | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user