Files
ansible-docker/roles/grafana/meta/argument_specs.yml
2023-03-21 01:13:09 +02:00

50 lines
1.4 KiB
YAML

---
argument_specs:
main:
short_description: Alpine container
description: "Sets up an alpine docker container. This role can be used as a template for other roles using the container role."
options:
databse_passwords:
description: "Passed to container role"
required: true
type: dict
options:
grafana:
description: "Grafana database password"
type: str
required: true
docker_vhost_domains:
description: "Passed to container role"
required: true
type: dict
options:
grafana:
description: "Grafana vhost domain"
type: list
required: true
elements: str
# 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