Просмотр исходного кода

Re-added fields for self-signed cert

merge-requests/1/merge
Christoph Haas 6 лет назад
Родитель
Сommit
c27a038880
1 измененных файлов: 16 добавлений и 2 удалений
  1. +16
    -2
      ansible/group_vars/all

+ 16
- 2
ansible/group_vars/all Просмотреть файл

@@ -18,7 +18,21 @@ ispmail_dovecot_auth_mechanisms: plain login
# The email address used for administrative purposes
ispmail_postmaster_address: postmaster@example.org

# The hostname used in the URL of your webmail service
# The hostname used in the URL of your webmail service.
# 10.0.0.100 is just used here to help test this playbook
# in a Vagrant setup. Please use a valid domain name here
# that points to your server.
ispmail_webmail_hostname: 10.0.0.100

# TODO: Let's Encrypt email address
# Information for self-signed certificate
ispmail_certificate_country: DE
ispmail_certificate_state: Schleswig-Holstein
ispmail_certificate_location: Ruempel
ispmail_certificate_organisation: workaround.org
ispmail_certificate_orgunit: IT-Crowd
ispmail_certificate_domains:
- example.org
ispmail_certificate_email: postmaster@example.org
ispmail_certificate_days_valid: 3650

# TODO: Let's Encrypt email address

Загрузка…
Отмена
Сохранить