Move all monitoring-related services to their own container network (matrix_monitoring_container_network
)
This commit is contained in:
@ -31,6 +31,9 @@ matrix_addons_homeserver_client_api_url: "{{ matrix_homeserver_container_url }}"
|
||||
# The systemd services (representing the homeserver) that addon services (bridges, bots, etc.) should depend on
|
||||
matrix_addons_homeserver_systemd_services_list: "{{ matrix_homeserver_systemd_services_list }}"
|
||||
|
||||
# A container network where all monitoring services would live.
|
||||
matrix_monitoring_container_network: matrix-monitoring
|
||||
|
||||
# matrix_homeserver_enabled controls whether to enable the homeserver systemd service, etc.
|
||||
#
|
||||
# Unless you're wrapping this playbook in another one
|
||||
|
Reference in New Issue
Block a user