|
|
|
@ -4,9 +4,9 @@ |
|
|
|
|
dokuwiki_id: 1 |
|
|
|
|
|
|
|
|
|
# Version to deploy |
|
|
|
|
dokuwiki_version: 2018-04-22b |
|
|
|
|
dokuwiki_version: 2020-07-29 |
|
|
|
|
# The sha1 checksum of the archive |
|
|
|
|
dokuwiki_archive_sha1: da296531ee64d9bf8b3a5f0170e902ccc8c9f2a6 |
|
|
|
|
dokuwiki_archive_sha1: 119f3875d023d15070068a6aca1e23acd7f9a19a |
|
|
|
|
|
|
|
|
|
# Root dir where the app will be installed. Each instance must have a different install path |
|
|
|
|
dokuwiki_root_dir: /opt/dokuwiki_{{ dokuwiki_id }} |
|
|
|
@ -154,7 +154,6 @@ dokuwiki_base_plugins_to_install: |
|
|
|
|
- loglog |
|
|
|
|
- changes |
|
|
|
|
- pagemove |
|
|
|
|
- indexmenu |
|
|
|
|
- authorstats |
|
|
|
|
- note |
|
|
|
|
# An additional list, so you can just keep the default and add more if needed, in hosts_var |
|
|
|
@ -198,6 +197,8 @@ dokuwiki_ldap_group_key: cn |
|
|
|
|
dokuwiki_ad_dc: "{{ ad_ldap_servers | default(ansible_domain) }}" |
|
|
|
|
dokuwiki_ad_starttls: True |
|
|
|
|
dokuwiki_ad_user_base: "{{ ad_ldap_user_search_base | default('DC=' + ad_realm | default(samba_realm) | default(ansible_domain) | regex_replace('\\.',',DC=')) }}" |
|
|
|
|
# dokuwiki_ad_bind_dn: |
|
|
|
|
dokuwiki_ad_domain: "{{ samba_realm | default(ansible_domain) }}" |
|
|
|
|
# AD user. Do not use full DN notation, just simple login |
|
|
|
|
# dokuwiki_ad_bind_user: |
|
|
|
|
# dokuwiki_ad_bind_pass: |
|
|
|
|
... |
|
|
|
|