Bez popisu
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 487B

12345678910
  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_admin_username: "{{ main_user_name }}"
  7. dokuwiki_admin_email: "{{ admin_email }}"
  8. dokuwiki_admin_password: "{{ lookup('password', secret + '/' + 'dokuwiki_admin_password length=32') }}"