[SUCS Devel] [Git][sucs/sucs][master] Run certbot with different args to reduce load on le servers wrt to issuing servers

Imran Hussain imranh at sucs.org
Fri Nov 11 21:49:31 GMT 2016


Imran Hussain pushed to branch master at sucs / SUCS


Commits:
def1b64a by Imran Hussain at 2016-11-11T21:50:47+00:00
Run certbot with different args to reduce load on le servers wrt to issuing servers

- - - - -


1 changed file:

- ansible/roles/letsencrypt/tasks/main.yml


Changes:

=====================================
ansible/roles/letsencrypt/tasks/main.yml
=====================================
--- a/ansible/roles/letsencrypt/tasks/main.yml
+++ b/ansible/roles/letsencrypt/tasks/main.yml
@@ -6,5 +6,5 @@
   register: le_firstrun
       
 - name: No cert found! Attempt to get the certificate
-  command: "certbot --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains | join(',') }}"
+  command: "certbot --keep --expand --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains | join(',') }}"
   when: le_firstrun.stat.exists == False
\ No newline at end of file



View it on GitLab: https://projects.sucs.org/sucs/sucs/commit/def1b64af118831a95d1269169e1dd94f6ec64c6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20161111/41e02bcf/attachment.html>


More information about the Devel mailing list