Go to file
Tobias Manske f2775bdb75
fixup! fixup! fixup! fixup! fixup! fixup! Migrate to docker_compose_v2
2024-01-22 20:08:30 +01:00
defaults Allow pushing newly build containers to registry 2023-06-07 20:23:36 +02:00
handlers Split role from infra repo 2023-05-05 22:19:15 +02:00
meta Allow duplicate execution 2023-05-19 10:47:29 +02:00
tasks fixup! fixup! fixup! fixup! fixup! fixup! Migrate to docker_compose_v2 2024-01-22 20:08:30 +01:00
tests Split role from infra repo 2023-05-05 22:19:15 +02:00
vars Split role from infra repo 2023-05-05 22:19:15 +02:00
README.md Split role from infra repo 2023-05-05 22:19:15 +02:00

README.md

compose_project

Helps you deploy and update a remote docker-compose project.

Requirements

Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.

Role Variables

service: name of the service to be deployed. Currently part of the role templates.

compose_dir: Directory which contains all compose services on the target

Dependencies

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: compose_project, service: traefik }
     - { role: compose_project, service: nextcloud }

License

MIT

Author Information