Added apache config for munin and gitea; removed nginx config from gitea
This commit is contained in:
10
playbooks/apache.yml
Normal file
10
playbooks/apache.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Install Apache
|
||||
hosts:
|
||||
- gitea_servers
|
||||
- munin_masters
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- geerlingguy.apache
|
||||
@@ -1,9 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install Nginx
|
||||
hosts:
|
||||
- gitea_servers
|
||||
- munin_masters
|
||||
hosts: web_servers
|
||||
become: True
|
||||
|
||||
roles:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user