Moved nginx role to a separate playbook

This commit is contained in:
2026-04-07 19:09:51 -04:00
parent 0d5b19b820
commit 98ccd874c0
3 changed files with 12 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: Install Nginx
hosts:
- gitea_servers
- munin_masters
become: True
roles:
- geerlingguy.nginx