This commit is contained in:
2025-12-23 19:18:39 -07:00
commit 5282bdcf6d
20 changed files with 430 additions and 0 deletions

7
ansible/webservers.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
# file: webservers.yaml
- hosts: webservers
roles:
- common
- nginx
- lego