4. General Installation Notes
- If you need to access a HTTP proxy to install software from your OS vendor, ensure that the environment variable “HTTP_PROXY” is set accordingly before running
setup.sh
.
- The Tower installer creates a self-signed SSL certificate and keyfile at
/etc/tower/awx.cert
and /etc/tower/awx.key
for HTTPS communication. These can be replaced after install with your own certificates if you desire, but the filenames are required to be the same.
- If using Ansible 1.8 or later, ensure that fact caching using Redis is not enabled in
ansible.cfg
on the Tower machine.