No Description
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.

main.yml 284B

12345678
  1. # Keep in sync with mail_server_hostname in mailserver role
  2. webmail_subdomain: "mail"
  3. webmail_domain: "{{ webmail_subdomain }}.{{ domain }}"
  4. webmail_language: "en_US"
  5. secret_root: '{{ inventory_dir | realpath }}'
  6. secret_name: 'secret'
  7. secret: '{{ secret_root + "/" + secret_name }}'