# /etc/sudoers.d/ops-agent
# NOPASSWD for explicit systemctl restart invocations by the ops-agent service account.
# Only the service names whitelisted in commands.yml are listed here.
# Installed by deploy/ops-agent/setup.sh.

ops-agent ALL=(root) NOPASSWD: \
    /usr/bin/systemctl restart scrum4me-web, \
    /usr/bin/systemctl restart ops-agent, \
    /usr/bin/systemctl restart caddy
