only attempt to renew once per run
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
d961979aa1
commit
af651a77e6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
- name: Generate (or renew) the certificate
|
- name: Generate (or renew) the certificate
|
||||||
delegate_to: certgetter01.phx2.fedoraproject.org
|
delegate_to: certgetter01.phx2.fedoraproject.org
|
||||||
command: certbot certonly -n --webroot --webroot-path /var/www/html/ -d {{','.join([site_name] + server_aliases)}}
|
command: certbot certonly -n --webroot --webroot-path /var/www/html/ -d {{','.join([site_name] + server_aliases)}}
|
||||||
|
run_once: true
|
||||||
tags:
|
tags:
|
||||||
- letsencrypt
|
- letsencrypt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue