소스 검색

Re-added fields for self-signed cert

merge-requests/1/merge
Christoph Haas 6 년 전
부모
커밋
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

불러오는 중...
취소
저장