Refactor docker_compose Role #56

Merged
june merged 4 commits from refactor_compose_role into main 2025-11-04 02:34:12 +01:00
Showing only changes of commit e390b7c202 - Show all commits

docker_compose(role): remove unnecessary hosts section from README

The hosts section isn't really relevant for that role, so remove it.
June 2025-10-25 00:00:58 +02:00
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -13,10 +13,6 @@ Should work on Debian-based distributions.
For the required arguments look at the [`argument_specs.yaml`](./meta/argument_specs.yaml).
## `hosts`
The `hosts` for this role need to be the machines, for which you want to make sure the given Compose file is deployed and all services of it are up-to-date and running.
## Links & Resources
- <https://docs.docker.com/compose/>