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:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user