mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-01 08:08:59 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -17,7 +17,7 @@ Designed for Archlinux systems, this role periodically checks whether web resour
|
||||
|
||||
## License
|
||||
|
||||
CyMaIS NonCommercial License (CNCL)
|
||||
Infinito.Nexus NonCommercial License (CNCL)
|
||||
[https://s.veen.world/cncl](https://s.veen.world/cncl)
|
||||
|
||||
## Author
|
||||
|
@@ -1,5 +1,5 @@
|
||||
- name: "reload sys-hlth-csp.cymais.service"
|
||||
- name: "reload sys-hlth-csp.infinito.service"
|
||||
systemd:
|
||||
name: sys-hlth-csp.cymais.service
|
||||
name: sys-hlth-csp.infinito.service
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Checks for CSP-blocked resources via Puppeteer-based Node.js crawler"
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
@@ -20,8 +20,8 @@ galaxy_info:
|
||||
- nodejs
|
||||
- monitoring
|
||||
- systemd
|
||||
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-alm-compose
|
@@ -23,11 +23,11 @@
|
||||
mode: 0755
|
||||
when: run_once_health_csp is not defined
|
||||
|
||||
- name: create sys-hlth-csp.cymais.service
|
||||
- name: create sys-hlth-csp.infinito.service
|
||||
template:
|
||||
src: sys-hlth-csp.service.j2
|
||||
dest: /etc/systemd/system/sys-hlth-csp.cymais.service
|
||||
notify: reload sys-hlth-csp.cymais.service
|
||||
dest: /etc/systemd/system/sys-hlth-csp.infinito.service
|
||||
notify: reload sys-hlth-csp.infinito.service
|
||||
when: run_once_health_csp is not defined
|
||||
|
||||
- name: set service_name to role_name
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Check for CSP-blocked resources via Puppeteer
|
||||
OnFailure=sys-alm-compose.cymais@%n.service
|
||||
OnFailure=sys-alm-compose.infinito@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user