container: Support static ip for container

This commit is contained in:
uumas
2025-09-14 03:08:24 +03:00
parent ad50e05ee9
commit 0b73582f36
4 changed files with 24 additions and 1 deletions

View File

@@ -115,6 +115,11 @@ argument_specs:
required: false
default: []
elements: str
container_ip:
description: IPv4 address for the container in the first network defined in container_networks
type: str
required: false
default: ""
container_secrets:
description: A list of secrets available to the container as file or environment variable
type: list