1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 13:55:31 +03:00
awx/installer/roles/local_docker
Raoul Scarazzini 1e97bb71db Make possible to not start containers on compose
When upgrading from releases it could happen that you need to do some
manual steps (i.e. upgrading from postgres 9.6 to 10). In these cases
you'd want to check the docker-compose.yml and then launch it by
yourself.
Today we don't have any method to get just the files that will be used
while installing via compose, without starting the containers. This
commit adds a variable named "compose_start_containers" (true by
default) that, if false, will make the playbook just generate the files
in the compose directory and not start the containers.
2020-02-03 16:46:52 +01:00
..
defaults Make possible to not start containers on compose 2020-02-03 16:46:52 +01:00
tasks Make possible to not start containers on compose 2020-02-03 16:46:52 +01:00
templates Add a uwsgi param to prevent SAML error 2019-12-31 03:45:35 +01:00