blob: ade0dca5189b0ff8cef182a3a261ae96992390b5 [file] [log] [blame]
{#
SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
SPDX-License-Identifier: Apache-2.0
#}
# acme templates/acme_sudoers.j2 - {{ ansible_managed }}
# allow the acme user to restart the webserver service as root
{{ acmesh_username }} ALL = (root) NOPASSWD: /bin/systemctl restart {{ webserver_service }}