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.

8 lines
271 B

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