Fix argument specs typo

This commit is contained in:
uumas
2023-03-21 01:13:31 +02:00
parent d5f2bb84c6
commit c569974ba7
3 changed files with 3 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ argument_specs:
description: "Passed to container role" description: "Passed to container role"
required: false required: false
databse_passwords: database_passwords:
description: "Passed to container role" description: "Passed to container role"
required: false required: false
docker_additional_services: docker_additional_services:

View File

@@ -33,7 +33,7 @@ argument_specs:
- mongo - mongo
- none - none
default: none default: none
databse_passwords: database_passwords:
description: "database_passwords[docker_service] is a string with the password used for communication between the service and database. Required if docker_database is postgres or mariadb" description: "database_passwords[docker_service] is a string with the password used for communication between the service and database. Required if docker_database is postgres or mariadb"
type: dict type: dict
required: false required: false

View File

@@ -5,25 +5,14 @@ argument_specs:
short_description: Alpine container 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." description: "Sets up an alpine docker container. This role can be used as a template for other roles using the container role."
options: options:
databse_passwords: database_passwords:
description: "Passed to container role" description: "Passed to container role"
required: true required: true
type: dict type: dict
options:
grafana:
description: "Grafana database password"
type: str
required: true
docker_vhost_domains: docker_vhost_domains:
description: "Passed to container role" description: "Passed to container role"
required: true required: true
type: dict 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 # All options after this will be passed directly to the container role
docker_host_user: docker_host_user: