Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai3
config
Commits
4bf24a14
Commit
4bf24a14
authored
Aug 06, 2020
by
samba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
roles/irc/tasks/main.yml
roles/irc/tasks/main.yml
+8
-0
roles/irc/templates/cert/acme-reload.sh
roles/irc/templates/cert/acme-reload.sh
+4
-0
No files found.
roles/irc/tasks/main.yml
View file @
4bf24a14
...
...
@@ -68,3 +68,11 @@
with_items
:
-
/var/lib/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
Markdown
is supported
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