container: Support setting container hostname
This commit is contained in:
@@ -119,11 +119,17 @@ argument_specs:
|
||||
required: false
|
||||
default: []
|
||||
elements: str
|
||||
container_hostname:
|
||||
description: Hostname to set inside the container. Available to other containers on the same network.
|
||||
type: str
|
||||
required: false
|
||||
default: ""
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user