add dooris role for setup of dooris interaction on the node itself #129

Open
lilly wants to merge 2 commits from new-dooris-role into main
Showing only changes of commit 4c9d582ba6 - Show all commits

specify that docker_compose role may not be included twice

Our docker compose role is configured via ansible variables in a way
that overwrites each other if it is activated twice with different
variable assignments (unless e.g. a role that just installs more
packages).
To prevent misuse of the role, the allow_duplicates key of the role
meta is set to false. This should make ansible complain if the role
is included twice for a single host.
lilly 2026-07-23 18:37:17 +02:00
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -1,3 +1,4 @@
--- ---
allow_duplicates: false
dependencies: dependencies:
- role: docker - role: docker