Fix argument specs typo
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user