ansible-infra/roles/docker_compose/meta/argument_specs.yaml
June 9f8d2d89cd
docker_compose(role): move argument documentation to README
Do this to match newer roles and since reading documentation from
argument_specs is quite unergonomic.
2025-11-02 22:32:20 +01:00

21 lines
484 B
YAML

argument_specs:
main:
options:
docker_compose__compose_file_content:
type: str
required: true
docker_compose__env_file_content:
type: str
required: false
docker_compose__configuration_files:
type: list
elements: dict
required: false
default: [ ]
options:
name:
type: str
required: true
content:
type: str
required: true