Shorted cleanup- to cln-

This commit is contained in:
2025-07-09 03:45:02 +02:00
parent 9668e74139
commit f548faa80f
60 changed files with 88 additions and 88 deletions

View File

@@ -16,7 +16,7 @@ This role is built on top of your existing `webserver-core` role, and it automat
When you apply **webserver-https**, it will:
1. **Include** the `webserver-core` role to install and configure Nginx.
2. **Clean up** any stale vHost files under `cleanup-domains`.
2. **Clean up** any stale vHost files under `cln-domains`.
3. **Deploy** the Lets Encrypt challenge-and-redirect snippet from `network-letsencrypt`.
4. **Reload** Nginx automatically when any template changes.

View File

@@ -25,5 +25,5 @@ galaxy_info:
dependencies:
- webserver-core
- cleanup-domains
- cln-domains
- network-letsencrypt