Update to 2022-09-23 14:00

This commit is contained in:
Daniel Berteaud
2022-09-23 14:00:10 +02:00
parent 7bd2413f8f
commit 655769a8f3
8 changed files with 21 additions and 6 deletions

View File

@@ -8,6 +8,6 @@
tags: oo
- name: Deploy nginx configuration
template: src=nginx_vhost.conf.j2 dest=/etc/nginx/ansible_conf.d/32-oods.conf
template: src=nginx_vhost.conf.j2 dest=/etc/nginx/ansible_conf.d/32-oods.conf mode=640
notify: reload nginx
tags: oo

View File

@@ -15,6 +15,16 @@
- set_fact: oo_db_pass={{ rand_pass }}
tags: oo
- when: oo_link_secret is not defined
block:
- import_tasks: ../includes/get_rand_pass.yml
vars:
- pass_file: /etc/onlyoffice/meta/ansible_link_secret
- complex: False
- pass_size: 30
- set_fact: oo_link_secret={{ rand_pass }}
tags: oo
- name: Detect installed version
shell: rpm -q --qf "%{version}-%{release}" onlyoffice-documentserver || echo 0
args: