ansible-role-docker-deploy

Ansible role to deploy a docker compose stack (file).

MIT License

Stars
2

Bot releases are hidden (Show)

ansible-role-docker-deploy - 1.6.0 Latest Release

Published by Tinyblargon 3 months ago

ansible-role-docker-deploy - 1.5.1

Published by Tinyblargon 4 months ago

ansible-role-docker-deploy - 1.5.0

Published by Tinyblargon 6 months ago

ansible-role-docker-deploy - 1.4.0

Published by Tinyblargon 7 months ago

ansible-role-docker-deploy - 1.3.3

Published by Tinyblargon 12 months ago

fixed:

  • delete option also does --delete-excluded
ansible-role-docker-deploy - 1.3.2

Published by Tinyblargon about 1 year ago

Fix author name due to the new Ansible galaxy being case sensitive.

ansible-role-docker-deploy - 1.1.0

Published by Tinyblargon about 1 year ago

ansible-role-docker-deploy - 1.0.0

Published by Tinyblargon about 1 year ago

ansible-role-docker-deploy - 1.3.1

Published by Tinyblargon about 1 year ago

Fixed: Quotes not escaped properly in displayed output.
Fixed: Folders not create for files defined in docker_deploy_files.
Docs: Info about docker_deploy_files missing.

ansible-role-docker-deploy - 1.3.1

Published by Tinyblargon about 1 year ago

Bugs fixed:

  • Folders not create for files defined in docker_deploy_files:.
ansible-role-docker-deploy - 1.3.0

Published by Tinyblargon about 1 year ago

Added the docker_deploy_files variable. This variable allows for greater control in cases where specific environment or secret files need to be present. This can now be achieved without direct manipulation in the local docker_deploy_source.

ansible-role-docker-deploy - 1.2.0

Published by Tinyblargon about 1 year ago

Add support for Ubuntu.