Zack Williams | 845c7ca | 2020-07-06 17:19:27 -0700 | [diff] [blame] | 1 | {# |
2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | ||||
3 | SPDX-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 }} |