blob: ade0dca5189b0ff8cef182a3a261ae96992390b5 [file] [log] [blame]
Zack Williams845c7ca2020-07-06 17:19:27 -07001{#
2SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3SPDX-License-Identifier: Apache-2.0
4#}
5# acme templates/acme_sudoers.j2 - {{ ansible_managed }}
6
7# allow the acme user to restart the webserver service as root
8{{ acmesh_username }} ALL = (root) NOPASSWD: /bin/systemctl restart {{ webserver_service }}