source:
main/waeup-ansible/letsencrypt.yml
@
16281
Last change on this file since 16281 was 16019, checked in by , 5 years ago | |
---|---|
File size: 1.1 KB |
Line | |
---|---|
1 | --- |
2 | # This ansible-playbook installs letsencrypt certs |
3 | # |
4 | # What it does: |
5 | # - registers LE account |
6 | # - requests/creates first-time certificates |
7 | # - requests new certs if list of domains changed |
8 | ## |
9 | # REVIEW/EDIT THE VARS BELOW BEFORE RUNNING! |
10 | # ALL DOMAINS MUST BE REGISTERED FOR TARGET HOST IN DNS! |
11 | # WHEN EXPANDING DOMAIN LIST, DO NOT CHANGE FIRST ENTRY! |
12 | # |
13 | # It will normally be run like this: |
14 | # |
15 | # ansible-playbook -b -i h8.waeup.org, letsencrypt.yml |
16 | # |
17 | - hosts: h8.waeup.org |
18 | vars: |
19 | letsencrypt_email: 'uli@gnufix.de' |
20 | letsencrypt_domains: 'h8.waeup.org,waeup.org,www.waeup.org,svn.waeup.org,trac.waeup.org,aaue-trac.waeup.org,coewarri-trac.waeup.org,dspg-trac.waeup.org,edopoly-trac.waeup.org, fceokene-trac.waeup.org,iuokada-trac.waeup.org,moodle-trac.waeup.org,uniben-trac.waeup.org,v1.waeup.org,v2.waeup.org,v3.waeup.org,v4.waeup.org,v5.waeup.org,v6.waeup.org,v8.waeup.org,elearning.waeup.org,gopinkdreams.com,www.gopinkdreams.com,cdl.uniben.edu,kofaplus.com,www.kofaplus.com' |
21 | # set to true if you got some LE certs already, but the list of domains expanded |
22 | letsencrypt_expand_domains: true |
23 | roles: |
24 | - letsencrypt |
Note: See TracBrowser for help on using the repository browser.