--------------------------
* ADD:
- added some missing line breaks for formatting purposes
* MODIFY:
- modified proxy_sites.yml defaults to be behind ansible-vault
- modified set_fact block slightly in main.yml task
-------------------------
* 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
-------------------------
* MODIFY:
- modified definition for resources.thezengarden.net; proxy needs to be for http proto
* UPDATE:
- updated ssl certs due to renewal
-------------------------
* ADD:
- added special section just for seafile to proxy_site.j2; this is both unfortunate and unavoidable
* MODIFY:
- images.thezengarden.net was having issues chaining ssl's; its now a port 80 site with ssl handled only via nginx
-------------------------
* ADD:
- added client_max_body_size in proxy_site.j2 template so sites may permit uploads of larger files
* MODIFY:
- modified several sites to make use of client_max_body_size option
-------------------------
* MODIFY:
- modified .gitlab-ci.yml to use our newly created debian based ci image;
this commit will kick off the first test of both the image and the .gitlab-ci.yml setup