Improve push capabilities and allow build playbook to push

This commit is contained in:
Jaron Rolfe
2017-10-16 00:38:28 -04:00
parent 67df298f21
commit 5e17d72922
6 changed files with 53 additions and 26 deletions

View File

@@ -39,6 +39,11 @@ host_port=80
# docker_registry_repository=awx
# docker_registry_username=developer
# Docker_image will not attempt to push to remote if the image already exists locally
# Set this to true to delete images from docker on the build host so that they are pushed to the remote repository
docker_remove_local_images=False
# Set pg_hostname if you have an external postgres server, otherwise
# a new postgres service will be created
# pg_hostname=postgresql