infrastructure/coreos-config/roles/compose_project
Tobias Manske 4860c3021f
All checks were successful
continuous-integration/drone/push Build is passing
searx adjustments
2023-01-18 02:07:44 +01:00
..
defaults Allow to remove services via compose role 2022-10-30 02:31:21 +01:00
handlers Refactoring 2022-10-29 16:47:54 +02:00
meta Refactoring 2022-10-29 16:47:54 +02:00
tasks Allow to remove services via compose role 2022-10-30 02:31:21 +01:00
templates searx adjustments 2023-01-18 02:07:44 +01:00
tests Refactoring 2022-10-29 16:47:54 +02:00
vars Refactoring 2022-10-29 16:47:54 +02:00
README.md Refactoring 2022-10-29 16:47:54 +02:00

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