Commit def1b64a authored by Imran Hussain's avatar Imran Hussain
Browse files

Run certbot with different args to reduce load on le servers wrt to issuing servers

parent 91384756
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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