0.1.9-DEV-20191106-202848
------------------------- * ADD: - gitea.thezengarden.net proxy site - added set_fact define to consolodate packages to install based on distribution - added git clone section to pull in le ssl certs via gitlab
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
---
|
||||
proxy_package_list : ['nginx','aptitude','git']
|
||||
proxy_site_conf_dir : /etc/nginx/conf.d
|
||||
proxy_site_file : "{{ proxy_site_conf_dir }}/zen_proxy.conf"
|
||||
proxy_site_version : 1.8
|
||||
|
@ -14,6 +14,13 @@ proxy_sites:
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
gitea.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
port : 3000
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
hastebin.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
|
Reference in New Issue
Block a user