This website requires JavaScript.
Explore
Help
Sign In
infra
/
ansible
Watch
4
Star
5
Fork
5
You've already forked ansible
Code
Issues
6
Pull Requests
1
Activity
0a2f85459d
ansible
/
roles
/
acme
/
files
/
reload.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Change certificate locations, update powerdns aliases
2018-09-11 13:58:24 +02:00
#!/bin/bash
[
-d
'/etc/reload.d'
]
&&
for
x in
"/etc/reload.d/"
*
;
do
[
-e
"
$x
"
]
&&
"
$x
"
done
exit
0
Reference in New Issue
Copy Permalink