mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-04 16:49:17 +00:00
feat(synapse): allow overriding ulimits
This commit is contained in:
parent
143d924437
commit
4ee415f8e5
2 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,8 @@ matrix_synapse_worker_client_endpoints: >-
|
|||
+ matrix_synapse_worker_client_presence_endpoints
|
||||
}}
|
||||
|
||||
matrix_synapse_container_ulimits: []
|
||||
|
||||
# Certificate management
|
||||
matrix_synapse_container_certificate_refresh: false
|
||||
matrix_synapse_container_certificate_refresh_command: "update-ca-certificates --fresh"
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
volumes: "{{ matrix_synapse_docker_volumes }}"
|
||||
restart_policy: unless-stopped
|
||||
state: started
|
||||
ulimits: "{{ matrix_synapse_container_ulimits }}"
|
||||
register: matrix_synapse_container_started
|
||||
when: matrix_synapse_deployment_method == "docker"
|
||||
tags: ['deploy', 'deploy-synapse']
|
||||
|
|
Loading…
Reference in a new issue