Compare commits
14 Commits
0.8.1
...
671dc18185
| Author | SHA1 | Date | |
|---|---|---|---|
|
671dc18185
|
|||
|
5016a52026
|
|||
|
e3492a78c4
|
|||
|
ec33f5bbf6
|
|||
|
f6e31b37da
|
|||
|
c03cb728c9
|
|||
|
aaf3295827
|
|||
|
5586c314bb
|
|||
|
aafc05b8b2
|
|||
|
0154bb582d
|
|||
|
022bbb4a71
|
|||
|
1ccc626bad
|
|||
|
1c0df5c73b
|
|||
|
49469df502
|
@@ -38,7 +38,7 @@
|
||||
vars:
|
||||
changed_entry: "{{ { item : nc_ldap_config_keys[item] } }}"
|
||||
loop: "{{ nc_ldap_config_keys.keys() }}"
|
||||
when: nc_ldap_config_keys[item] is defined and nc_ldap_config_keys[item] and nc_ldap_config_keys[item] != nc_ldap_existing_config[nc_ldap_config_id][item]
|
||||
when: ((nc_ldap_config_keys[item] is defined) and nc_ldap_config_keys[item] and (nc_ldap_config_keys[item] != nc_ldap_existing_config[nc_ldap_config_id][item])) | bool
|
||||
|
||||
- name: Ensure ldap configuration is in sync (http)
|
||||
ansible.builtin.uri:
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
vars:
|
||||
changed_entry: "{{ { item : nc_ldap_config_keys[item] } }}"
|
||||
loop: "{{ nc_ldap_config_keys.keys() }}"
|
||||
when: nc_ldap_config_keys[item] is defined and nc_ldap_config_keys[item] and nc_ldap_config_keys[item] != nc_ldap_existing_config[nc_ldap_config_id][item]
|
||||
when: ((nc_ldap_config_keys[item] is defined) and nc_ldap_config_keys[item] and (nc_ldap_config_keys[item] != nc_ldap_existing_config[nc_ldap_config_id][item])) | bool
|
||||
|
||||
- name: Ensure ldap configuration is in sync
|
||||
community.docker.docker_container_exec:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
nextcloud_nginx_version: "1.28.0"
|
||||
nextcloud_nginx_version: "1.29.2"
|
||||
nextcloud_nginx_basepath: /opt/nextcloud-nginx
|
||||
nextcloud_nginx_config: "{{ nextcloud_nginx_basepath }}/nextcloud.conf"
|
||||
nextcloud_nginx_servernames: ~
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
onlyoffice_documentserver_user: "onlyoffice"
|
||||
onlyoffice_documentserver_version: "8.3.3"
|
||||
onlyoffice_documentserver_version: "9.1.0"
|
||||
|
||||
onlyoffice_documentserver_state: present
|
||||
onlyoffice_documentserver_deployment_method: docker
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
nextcloud_version: "31.0.6"
|
||||
nextcloud_version: "32.0.2"
|
||||
nextcloud_user: nextcloud
|
||||
nextcloud_basepath: /opt/nextcloud
|
||||
nextcloud_config_path: "{{ nextcloud_basepath }}/config"
|
||||
|
||||
Reference in New Issue
Block a user