Skip to content

Commit

Permalink
Reformat shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Feb 12, 2019
1 parent e1b3397 commit f58d58b
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions certbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,25 @@

- name: intialize certbot
command: >
certbot certonly --webroot --agree-tos --non-interactive
{{ (env == 'production') | ternary('', '--test-cert') }}
--email {{letsencrypt_email}}
-w /root/web-platform-tests
-d {{fqdn}}
-d not-web-platform-tests.live
-d xn--lve-6lad.web-platform-tests.live
-d xn--lve-6lad.not-web-platform-tests.live
-d xn--n8j6ds53lwwkrqhv28a.web-platform-tests.live
-d xn--n8j6ds53lwwkrqhv28a.not-web-platform-tests.live
-d www1.web-platform-tests.live
-d www1.not-web-platform-tests.live
-d www2.web-platform-tests.live
-d www2.not-web-platform-tests.live
-d www.web-platform-tests.live
-d www.not-web-platform-tests.live
certbot certonly
--webroot
--agree-tos
--non-interactive
{{ (env == 'production') | ternary('', '--test-cert') }}
--email {{letsencrypt_email}}
-w /root/web-platform-tests
-d {{fqdn}}
-d not-web-platform-tests.live
-d xn--lve-6lad.web-platform-tests.live
-d xn--lve-6lad.not-web-platform-tests.live
-d xn--n8j6ds53lwwkrqhv28a.web-platform-tests.live
-d xn--n8j6ds53lwwkrqhv28a.not-web-platform-tests.live
-d www1.web-platform-tests.live
-d www1.not-web-platform-tests.live
-d www2.web-platform-tests.live
-d www2.not-web-platform-tests.live
-d www.web-platform-tests.live
-d www.not-web-platform-tests.live
when: cert_file.stat.exists == false

Expand Down

0 comments on commit f58d58b

Please sign in to comment.