Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
config
Commits
4bf24a14
Commit
4bf24a14
authored
Aug 06, 2020
by
samba
Browse files
acme cert reload for irc
parent
2ea05d4c
Pipeline
#7298
passed with stage
in 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/irc/tasks/main.yml
View file @
4bf24a14
...
@@ -68,3 +68,11 @@
...
@@ -68,3 +68,11 @@
with_items
:
with_items
:
-
/var/lib/anope
-
/var/lib/anope
-
/var/log/anope
-
/var/log/anope
# install acme-reload script
-
template
:
dest
:
"
/etc/acme-storage/reload-hooks/acme-reload.sh"
src
:
"
cert/acme-reload.sh"
group
:
docker-irc
mode
:
0550
roles/irc/templates/cert/acme-reload.sh
0 → 100644
View file @
4bf24a14
#!/usr/bin/env bash
if
-changed
/etc/credentials/public/irc.autistici.org/cert.pem
&&
systemctl reload docker-irc-ircd
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment