0.1.15-DEV-20191117-205920

--------------------------
    * ADD:
      - add tags to each task
      - added clean deploy task for site removals; will only run if task tag is used
      - added tower2.thezengarden.net to site list for testing awx installs/upgrades

    * MODIFY:
      - modified awx site reference to be tower
This commit is contained in:
2019-11-17 21:01:11 -05:00
parent 6b81563739
commit 3b5a8e2c54
4 changed files with 28 additions and 2 deletions

View File

@ -3,7 +3,7 @@
proxy_site_conf_dir : /etc/nginx/conf.d
proxy_site_file : "{{ proxy_site_conf_dir }}/zen_proxy.conf"
proxy_site_version : 1.8
proxy_site_revision : 20191031-132522
proxy_site_revision : 20191113-214118
proxy_site_log_path : /proxy_logs

View File

@ -101,12 +101,18 @@ proxy_sites:
max_upload : "{{ proxy_default_max_upload }}"
awx.thezengarden.net:
tower.thezengarden.net:
proto : http
dest : awx.thezengarden.net
port : 80
tower2.thezengarden.net:
proto : http
dest : awx2.thezengarden.net
port : 80
dashboard.thezengarden.net:
proto : https
dest : "{{ proxy_default_host }}"