Setup nginx reverse proxy
This commit is contained in:
11
dev/proxy.yml
Normal file
11
dev/proxy.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: Install Proxy Server
|
||||
hosts: all
|
||||
become: true
|
||||
vars_files:
|
||||
- host_vars/proxy.yml
|
||||
roles:
|
||||
- base
|
||||
- proxy
|
||||
- docker
|
||||
- bitwarden
|
||||
- gitea
|
||||
Reference in New Issue
Block a user