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

@ -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 }}"