Playbooks to a new Lilik
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.

11 lines
339 B

  1. ---
  2. host_fqdn: '{{ ansible_hostname }}.dmz.{{ domain }}'
  3. nextcloud_version: '20.0.3'
  4. nextcloud_nginx_fqdn: '{{ ansible_hostname }}.{{ domain }}'
  5. nextcloud_nginx_alternate_fqdns: []
  6. ldap_server: 'ldap1.dmz.{{ domain }}'
  7. ldap_basedn: 'dc={{ domain.replace(".", ",dc=") }}'
  8. ldap_tls_enabled: true
  9. ldap_tls_server_ca: '{{ tls_root_ca }}'
  10. ...