Update container argument_specs, add alpine role as a template

This commit is contained in:
uumas
2023-03-21 00:32:01 +02:00
parent 9d7d11c384
commit 0541367cb3
4 changed files with 77 additions and 1 deletions

View File

@@ -99,9 +99,9 @@ argument_specs:
ports:
description: "ports[docker_service]['http'] or ports[docker_service]['https'] defines the port on which the container will listen on for reverse proxy connections. Required if reverse_proxy_type is caddy."
type: dict
required: false
docker_vhost_domains:
description: "docker_vhost_domains[docker_service] is a list which defines which domains should be proxied to the container. Required if reverse_proxy_type is not none"
type: dict
docker_published_ports:
description: "A list of published ports in docker format (<host listen address>:<host port>:<container port>)"
type: list