Changeset 16581 for main/waeup-ansible


Ignore:
Timestamp:
22 Aug 2021, 23:51:51 (3 years ago)
Author:
uli
Message:

Add d2.waeup.org LE domain and fix LE role.

Location:
main/waeup-ansible
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup-ansible/letsencrypt.yml

    r16580 r16581  
    2626  vars:
    2727    letsencrypt_email: 'uli@gnufix.de'
    28     letsencrypt_domains: 'h10.waeup.org,uniben-alumni.waeup.org,uniben-cdl.waeup.org,unibenlms.waeup.org,uniben-moodle.waeup.org,uniben.waeup.org,waeup.uniben.edu'
     28    letsencrypt_domains: 'h10.waeup.org,uniben-alumni.waeup.org,uniben-cdl.waeup.org,unibenlms.waeup.org,d2.waeup.org,uniben-moodle.waeup.org,uniben.waeup.org,waeup.uniben.edu'
    2929    # set to true if you got some LE certs already, but the list of domains expanded
    3030    letsencrypt_expand_domains: true
  • main/waeup-ansible/roles/letsencrypt/tasks/main.yml

    r15568 r16581  
    3030  command: certbot register -m "{{ letsencrypt_email }}" --non-interactive --agree-tos -vv
    3131  args:
    32     creates: '/etc/letsencrypt/accounts/acme-v01.api.letsencrypt.org/directory/*/private_key.json'
     32    creates: '/etc/letsencrypt/accounts/acme-v??.api.letsencrypt.org/directory/*/private_key.json'
    3333
    3434- name: "stop webserver"
Note: See TracChangeset for help on using the changeset viewer.