2021-02-08 10:46:24 +00:00
|
|
|
# Allow non-root users start Nimbus builds with sudo.
|
|
|
|
|
|
|
|
{% for service in beacon_node_builds_branches %}
|
|
|
|
# {{ service.name }}
|
2021-03-03 07:46:37 +00:00
|
|
|
%{{ beacon_node_builds_group }} ALL= NOPASSWD: /usr/bin/systemctl *status beacon-node-build-{{ service.name }}*
|
|
|
|
%{{ beacon_node_builds_group }} ALL= NOPASSWD: /usr/bin/systemctl *start beacon-node-build-{{ service.name }}*
|
|
|
|
%{{ beacon_node_builds_group }} ALL= NOPASSWD: /usr/bin/systemctl *stop beacon-node-build-{{ service.name }}*
|
|
|
|
%{{ beacon_node_builds_group }} ALL= NOPASSWD: /usr/bin/systemctl *restart beacon-node-build-{{ service.name }}*
|
2021-02-08 10:46:24 +00:00
|
|
|
|
|
|
|
{% endfor %}
|