mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
Update to 2022-05-17 17:00
This commit is contained in:
parent
87c8d070ff
commit
8b09d0e1f8
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Synapse version to deploy
|
# Synapse version to deploy
|
||||||
synapse_version: 1.58.0
|
synapse_version: 1.59.0
|
||||||
|
|
||||||
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
|
||||||
synapse_manage_upgrade: True
|
synapse_manage_upgrade: True
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
n8n_version: 0.175.1
|
n8n_version: 0.176.0
|
||||||
# Root directory where n8n will be installed
|
# Root directory where n8n will be installed
|
||||||
n8n_root_dir: /opt/n8n
|
n8n_root_dir: /opt/n8n
|
||||||
# User account under which n8n will run
|
# User account under which n8n will run
|
||||||
|
@ -167,6 +167,10 @@
|
|||||||
when: ansible_selinux.status == 'enabled'
|
when: ansible_selinux.status == 'enabled'
|
||||||
tags: zcs
|
tags: zcs
|
||||||
|
|
||||||
|
- name: Set correct permission on Zimbra log directory
|
||||||
|
file: path=/opt/zimbra/log state=directory mode=755
|
||||||
|
tags: zcs
|
||||||
|
|
||||||
- name: Deploy Let's Encrypt hook
|
- name: Deploy Let's Encrypt hook
|
||||||
template: src=dehydrated_hook.sh.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/20zimbra.sh mode=755
|
template: src=dehydrated_hook.sh.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/20zimbra.sh mode=755
|
||||||
when: zcs_letsencrypt == True
|
when: zcs_letsencrypt == True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user