Skip to content

Commit

Permalink
Merge pull request #23 from inmotionhosting/NGX-753
Browse files Browse the repository at this point in the history
NGX-753: Update
  • Loading branch information
combssm authored Aug 21, 2023
2 parents 95d00a1 + b29f197 commit 3fa0f5b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
collections:
- name: community.crypto
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# {{ ansible_managed }}

{% for item in certbot_stop_services %}
systemctl start {{ item }}
{% endfor %}
6 changes: 6 additions & 0 deletions templates/etc/letsencrypt/renewal-hooks/pre/stop_services.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# {{ ansible_managed }}

{% for item in certbot_stop_services %}
systemctl stop {{ item }}
{% endfor %}

0 comments on commit 3fa0f5b

Please sign in to comment.