mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-09-23 14:00
This commit is contained in:
@@ -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
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user