Update to 2022-03-04 18:00

This commit is contained in:
Daniel Berteaud
2022-03-04 18:00:06 +01:00
parent f8eb615f1a
commit 6918bfc1ce
17 changed files with 190 additions and 22 deletions

View File

@@ -62,6 +62,7 @@
- db_server: "{{ sftpgo_db_server }}"
- db_port: "{{ sftpgo_db_port }}"
- db_pass: "{{ sftpgo_db_pass }}"
when: sftpgo_db_engine == 'mysql'
tags: sftpgo
- name: Install backups hooks
@@ -70,3 +71,11 @@
- pre
- post
tags: sftpgo
- name: Install dehydrated hook
template: src=dehydrated_hook.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/sftpgo mode=755
tags: sftpgo
- name: Install SFTPGo hooks
copy: src=hooks/ dest={{ sftpgo_root_dir }}/bin/ mode=755
tags: sftpgo