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.

9 lines
278 B

  1. ---
  2. host_fqdn: '{{ ansible_hostname }}.dmz.{{ domain }}'
  3. etherpad_nginx_fqdn: 'pad.{{ domain }}'
  4. etherpad_version: 1.8.3
  5. ldap_server: 'ldap1.dmz.{{ domain }}'
  6. ldap_basedn: 'dc={{ domain.replace(".", ",dc=") }}'
  7. ldap_tls_enabled: true
  8. ldap_tls_server_ca: '{{ tls_root_ca }}'
  9. ...