diff --git a/testsite/group_vars/web.yml b/testsite/group_vars/web.yml index 47ed8e845c8bd6fa186fc23ebae06b72123d9401..d56ca04f24a5434f430921e35eb7724d3118f793 100644 --- a/testsite/group_vars/web.yml +++ b/testsite/group_vars/web.yml @@ -3,23 +3,23 @@ ldap_client_config: - comment: Set the base DN option: BASE - value: dc=example,dc=com + value: "{{ testsite_ldap_base }}" - comment: Set the default URI option: URI - value: ldap://ldap.example.com/ + value: ldap://ldap.{{ testsite_domain }}/ - comment: Set the LDAP TLS truststore option: TLS_CACERT value: /etc/ssl/certs/example_ca_chain.pem local_mail_aliases: - root: "root john.doe@example.com" + root: "root john.doe@{{ testsite_domain }}" -smtp_relay_host: mail.example.com +smtp_relay_host: mail.{{ testsite_domain }} smtp_relay_truststore: /etc/ssl/certs/example_ca_chain.pem -https_tls_key: "{{ inventory_dir }}/tls/web.example.com_https.key" -https_tls_certificate: "{{ inventory_dir }}/tls/web.example.com_https.pem" +https_tls_key: "{{ inventory_dir }}/tls/web.{{ testsite_domain }}_https.key" +https_tls_certificate: "{{ inventory_dir }}/tls/web.{{ testsite_domain }}_https.pem" web_default_title: "Welcome to Example Inc." web_default_message: "You are attempting to access the web server using a wrong name or an IP address. Please check your URL."