Setup nginx reverse proxy

This commit is contained in:
2022-05-22 00:19:56 -04:00
parent cd11567164
commit acd2cefb1e
9 changed files with 159 additions and 1 deletions

11
dev/proxy.yml Normal file
View 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