Files
ansible-docker/roles/grafana/meta/argument_specs.yml
2023-07-05 16:10:31 +03:00

39 lines
1022 B
YAML

---
argument_specs:
main:
short_description: Grafana
description: "Sets up a grafana docker container"
options:
database_passwords:
description: "Passed to container role"
required: true
type: dict
docker_vhost_domains:
description: "Passed to container role"
required: true
type: dict
# All options after this will be passed directly to the container role
docker_host_user:
description: "Passed to container role"
required: false
docker_additional_services:
description: "Passed to container role"
required: false
docker_volume_type:
description: "Passed to container role"
required: false
reverse_proxy_type:
description: "Passed to container role"
required: false
ports:
description: "Passed to container role"
required: false
docker_entrypoint:
description: "Passed to container role"
required: false