No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yml 662B

12345678910111213141516
  1. dokuwiki_subdomain: "wiki"
  2. dokuwiki_domain: "{{ dokuwiki_subdomain }}.{{ domain }}"
  3. # see https://github.com/splitbrain/dokuwiki/releases
  4. dokuwiki_version: "stable_2020-07-29"
  5. dokuwiki_release: "https://github.com/splitbrain/dokuwiki/archive/refs/tags/release_{{ dokuwiki_version }}.tar.gz"
  6. dokuwiki_enable_ldap: false
  7. dokuwiki_admin_username: "{{ main_user_name }}"
  8. dokuwiki_admin_email: "{{ admin_email }}"
  9. dokuwiki_admin_password: "{{ lookup('password', secret + '/' + 'dokuwiki_admin_password length=32') }}"
  10. # TODO
  11. ldap_domain_string: "dc=shagohod,dc=de"
  12. slapd_admin_password: "{{ lookup('password', secret + '/' + 'slapd_admin_password length=32') }}"