Renamed alert-bot to alert-compose

This commit is contained in:
2025-07-09 00:11:41 +02:00
parent 8da2e41463
commit 7362accab0
61 changed files with 67 additions and 67 deletions

View File

@@ -11,7 +11,7 @@ Optimized for Archlinux systems, this role installs the `certbot-nginx` package,
### Key Features
- **Automatic Renewal:** Schedules unattended certificate renewals using generic-timers.
- **Seamless Nginx Reload:** Reloads the Nginx service automatically after successful renewals.
- **Systemd Integration:** Manages renewal operations reliably with `systemd` and `alert-core`.
- **Systemd Integration:** Manages renewal operations reliably with `systemd` and `alert-compose`.
- **Quiet and Safe Operation:** Uses `--quiet` and `--agree-tos` flags to ensure non-interactive renewals.
## 🎯 Purpose
@@ -23,7 +23,7 @@ The Nginx Certbot Automation role ensures that Let's Encrypt SSL/TLS certificate
- **Certbot-Nginx Package Installation:** Installs required certbot plugins for Nginx.
- **Custom Systemd Service:** Configures a lightweight, dedicated renewal service.
- **Timer Setup:** Uses generic-timer to run certbot renewals periodically.
- **Failure Notification:** Integrated with `alert-core` for alerting on failures.
- **Failure Notification:** Integrated with `alert-compose` for alerting on failures.
## 🔗 Learn More

View File

@@ -29,5 +29,5 @@ galaxy_info:
dependencies:
- generic-certbot
- webserver-core
- alert-core
- alert-compose
- cleanup-certs

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Let's Encrypt renewal
OnFailure=alert-core.cymais@%n.service
OnFailure=alert-compose.cymais@%n.service
[Service]
Type=oneshot