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
+15
View File
@@ -9,6 +9,21 @@ packages_common:
- 'wget'
- 'zip'
# common apache config
apache_listen_ip: '*'
apache_listen_port: 80
# merge apache config arrays
apache_mods_enabled: >-
{{
(apache_mods_enabled_gitea | default([]))
+ (apache_mods_enabled_munin | default([]))
}}
apache_vhosts: >-
{{
(apache_vhosts_gitea | default([]))
+ (apache_vhosts_munin | default([]))
}}
munin_node_allowed_ips:
- '^10\.7\.10\.95$'
- '^127\.0\.0\.1$'