Moved nginx role to a separate playbook
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Install Nginx
|
||||
hosts:
|
||||
- gitea_servers
|
||||
- munin_masters
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- geerlingguy.nginx
|
||||
Reference in New Issue
Block a user