service: Support specifying additional vhost locations and container

networks
This commit is contained in:
uumas
2025-03-22 01:44:40 +02:00
parent e3007ff405
commit f1eb28b431
4 changed files with 14 additions and 2 deletions

View File

@@ -20,6 +20,10 @@ argument_specs:
- Required if service_domains is not empty.
type: int
required: false
service_vhost_locations:
description: Passed to vhost role as vhost_locations
required: false
default: []
service_container_image:
description: "The image to run in the service container(s), in FQIN format (registry/imagename:tag)."
@@ -30,6 +34,12 @@ argument_specs:
type: str
required: false
default: ""
service_container_additional_networks:
description: A list of additional podman networks for the service container (in addition to service name network).
type: list
required: false
default: []
elements: str
service_container_publish_ports:
description: "A list of published ports in docker format (<host listen address>:<host port>:<container port>)"
type: list