Matrix Docker Ansible eploy
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.
 
 

19 line
647 B

  1. # This is something which is provided to Let's Encrypt
  2. # when retrieving the SSL certificates for `<your-domain>`.
  3. #
  4. # In case SSL renewal fails at some point, you'll also get
  5. # an email notification there.
  6. #
  7. # Example value: someone@example.com
  8. host_specific_ssl_support_email: YOUR_EMAIL_ADDRESS_HERE
  9. # This is your bare domain name (`<your-domain`).
  10. #
  11. # Note: the server specified here is not touched.
  12. #
  13. # This playbook only installs to `matrix.<your-domain>`,
  14. # but it nevertheless requires to know the bare domain name
  15. # (for configuration purposes).
  16. #
  17. # Example value: example.com
  18. host_specific_hostname_identity: YOUR_BARE_DOMAIN_NAME_HERE