Added apache config for munin and gitea; removed nginx config from gitea

This commit is contained in:
2026-04-07 21:22:18 -04:00
parent 98ccd874c0
commit 793a471acf
7 changed files with 65 additions and 3 deletions

10
playbooks/apache.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Install Apache
hosts:
- gitea_servers
- munin_masters
become: True
roles:
- geerlingguy.apache

View File

@@ -1,9 +1,7 @@
---
- name: Install Nginx
hosts:
- gitea_servers
- munin_masters
hosts: web_servers
become: True
roles:

View File

@@ -6,5 +6,6 @@
- import_playbook: packages.yml
- import_playbook: munin.yml
- import_playbook: gitea.yml
- import_playbook: apache.yml
- import_playbook: nginx.yml
- import_playbook: dev.yml