service: Support specifying additional vhost locations and container
networks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user