mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
Shortened network- to net-
This commit is contained in:
@@ -17,7 +17,7 @@ When you apply **srv-web-https**, it will:
|
||||
|
||||
1. **Include** the `srv-web-core` role to install and configure Nginx.
|
||||
2. **Clean up** any stale vHost files under `cln-domains`.
|
||||
3. **Deploy** the Let’s Encrypt challenge-and-redirect snippet from `network-letsencrypt`.
|
||||
3. **Deploy** the Let’s Encrypt challenge-and-redirect snippet from `net-letsencrypt`.
|
||||
4. **Reload** Nginx automatically when any template changes.
|
||||
|
||||
All tasks are idempotent—once your certificates are in place and your configuration is set, Ansible will skip unchanged steps on subsequent runs.
|
||||
|
@@ -26,4 +26,4 @@ galaxy_info:
|
||||
dependencies:
|
||||
- srv-web-core
|
||||
- cln-domains
|
||||
- network-letsencrypt
|
||||
- net-letsencrypt
|
Reference in New Issue
Block a user