Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed Jun 13, 2018
2 parents 628bf38 + 0951c44 commit 4536dcd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions playbooks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
user: root
roles:
- role: ansible-letsencrypt
letsencrypt_email: admin@{{ node_host }}
letsencrypt_email: [email protected]
letsencrypt_authenticator: standalone
letsencrypt_cert_domains:
- '{{ node_host }}'
Expand Down Expand Up @@ -45,4 +45,10 @@

handlers:
- name: reload systemctl
command: systemctl daemon-reload
command: systemctl daemon-reload

- name: Update certificates
hosts: servers
tasks:
- name: Reload 2ip-speed
command: /usr/local/share/letsencrypt/env/bin/letsencrypt renew --renew-hook "systemctl restart 2ip-speed"

0 comments on commit 4536dcd

Please sign in to comment.