nextcloud: Add support for additional networks
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
nextcloud_tag: stable
|
nextcloud_tag: stable
|
||||||
nextcloud_install_harp: false
|
nextcloud_install_harp: false
|
||||||
|
nextcloud_additional_networks: []
|
||||||
|
|||||||
@@ -22,3 +22,9 @@ argument_specs:
|
|||||||
type: bool
|
type: bool
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
|
nextcloud_additional_networks:
|
||||||
|
description: Additional docker networks to add nextcloud container to
|
||||||
|
type: list
|
||||||
|
elements: str
|
||||||
|
required: false
|
||||||
|
default: []
|
||||||
|
|||||||
@@ -29,3 +29,4 @@
|
|||||||
NEXTCLOUD_ADMIN_PASSWORD_FILE: /run/secrets/admin-password
|
NEXTCLOUD_ADMIN_PASSWORD_FILE: /run/secrets/admin-password
|
||||||
service_additional_containers: "{{ _nextcloud_additional_containers }}"
|
service_additional_containers: "{{ _nextcloud_additional_containers }}"
|
||||||
service_vhost_locations: "{{ _nextcloud_vhost_locations }}"
|
service_vhost_locations: "{{ _nextcloud_vhost_locations }}"
|
||||||
|
service_container_additional_networks: "{{ nextcloud_additional_networks }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user