Mercurial
Mercurial
>
ansible-roles
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
roles/nginx/handlers/main.yaml
author
Luke Hoersten <luke@hoersten.org>
Sun, 08 Dec 2019 14:56:04 -0600
changeset 82
a3e1a9b18f6d
parent 69
be979818d483
permissions
-rw-r--r--
Added certbot and cloudflare support.
---
-
name
:
restart nginx
become
:
yes
systemd
:
name="nginx" state="restarted" daemon_reload="yes"