system-config/playbooks/roles/zuul-user/README.rst
Ian Wienand 95606e6f86 zuul-user: add role to install system-config key
This moves the creation of a zuul user with the Zuul per-project key
for system-config to a separate role from the static role, so it can
be reused on other hosts.

Change-Id: Ice605b70a2c42d9b85090406216253fec0820f50
2020-02-26 10:29:03 +11:00

12 lines
252 B
ReStructuredText

zuul user
Install a user ``zuul`` that has the per-project key from
``system-config`` as an ``authorized_key``.
**Role Variables**
.. zuul:rolevar:: zuul_user_enable_sudo
:default: False
Enable passwordless ``sudo`` access for the zuul user.