Changeset 16581
- Timestamp:
- 22 Aug 2021, 23:51:51 (3 years ago)
- Location:
- main/waeup-ansible
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup-ansible/letsencrypt.yml
r16580 r16581 26 26 vars: 27 27 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' 29 29 # set to true if you got some LE certs already, but the list of domains expanded 30 30 letsencrypt_expand_domains: true -
main/waeup-ansible/roles/letsencrypt/tasks/main.yml
r15568 r16581 30 30 command: certbot register -m "{{ letsencrypt_email }}" --non-interactive --agree-tos -vv 31 31 args: 32 creates: '/etc/letsencrypt/accounts/acme-v 01.api.letsencrypt.org/directory/*/private_key.json'32 creates: '/etc/letsencrypt/accounts/acme-v??.api.letsencrypt.org/directory/*/private_key.json' 33 33 34 34 - name: "stop webserver"
Note: See TracChangeset for help on using the changeset viewer.