mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-19 00:00
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
vars:
|
||||
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/ftpd.crt"
|
||||
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/ftpd.key"
|
||||
cert_group: "{{ sftpgo_user }}"
|
||||
cert_mode: 640
|
||||
cert_key_group: "{{ sftpgo_user }}"
|
||||
cert_key_mode: 640
|
||||
tags: sftpgo
|
||||
|
||||
- name: Generate self-signed certificate for webdavd
|
||||
@@ -36,8 +36,8 @@
|
||||
vars:
|
||||
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/webdavd.crt"
|
||||
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/webdavd.key"
|
||||
cert_group: "{{ sftpgo_user }}"
|
||||
cert_mode: 640
|
||||
cert_key_group: "{{ sftpgo_user }}"
|
||||
cert_key_mode: 640
|
||||
tags: sftpgo
|
||||
|
||||
- name: Generate self-signed certificate for httpd
|
||||
@@ -45,8 +45,8 @@
|
||||
vars:
|
||||
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/httpd.crt"
|
||||
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/httpd.key"
|
||||
cert_group: "{{ sftpgo_user }}"
|
||||
cert_mode: 640
|
||||
cert_key_group: "{{ sftpgo_user }}"
|
||||
cert_key_mode: 640
|
||||
tags: sftpgo
|
||||
|
||||
- name: Generate self-signed certificate for telemetry
|
||||
@@ -54,8 +54,8 @@
|
||||
vars:
|
||||
cert_path: "{{ sftpgo_root_dir }}/etc/ssl/telemetry.crt"
|
||||
cert_key_path: "{{ sftpgo_root_dir }}/etc/ssl/telemetry.key"
|
||||
cert_group: "{{ sftpgo_user }}"
|
||||
cert_mode: 640
|
||||
cert_key_group: "{{ sftpgo_user }}"
|
||||
cert_key_mode: 640
|
||||
tags: sftpgo
|
||||
|
||||
- name: Set permissions on certificates
|
||||
|
Reference in New Issue
Block a user