service: Support static ip for service container
This commit is contained in:
@@ -7,6 +7,7 @@ service_vhost_locations: []
|
|||||||
service_proxy_pass_host_header: true
|
service_proxy_pass_host_header: true
|
||||||
service_proxy_auth_type: none
|
service_proxy_auth_type: none
|
||||||
|
|
||||||
|
service_container_ip: ""
|
||||||
service_container_additional_networks: []
|
service_container_additional_networks: []
|
||||||
service_container_user: ""
|
service_container_user: ""
|
||||||
service_container_publish_ports: []
|
service_container_publish_ports: []
|
||||||
|
|||||||
@@ -75,6 +75,11 @@ argument_specs:
|
|||||||
type: str
|
type: str
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
|
service_container_ip:
|
||||||
|
description: Static ip for the container in it's network
|
||||||
|
type: str
|
||||||
|
required: false
|
||||||
|
default: ""
|
||||||
service_container_additional_networks:
|
service_container_additional_networks:
|
||||||
description: >-
|
description: >-
|
||||||
A list of additional podman networks for the service container (in
|
A list of additional podman networks for the service container (in
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
container_mounts: "{{ _service_container_mounts }}"
|
container_mounts: "{{ _service_container_mounts }}"
|
||||||
container_publish_ports: "{{ service_container_publish_ports }}"
|
container_publish_ports: "{{ service_container_publish_ports }}"
|
||||||
container_networks: "{{ _service_container_networks }}"
|
container_networks: "{{ _service_container_networks }}"
|
||||||
|
container_ip: "{{ service_container_ip }}"
|
||||||
container_secrets: "{{ _service_container_secrets }}"
|
container_secrets: "{{ _service_container_secrets }}"
|
||||||
container_env: "{{ service_container_env }}"
|
container_env: "{{ service_container_env }}"
|
||||||
container_requires: "{{ _service_container_requires }}"
|
container_requires: "{{ _service_container_requires }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user