Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 

19 строки
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