8138f1d843
There are no libselinux bindings for Python 2 on CentOS 8 [1]. The Python 3 packages are there as part of the base install. These are required for Ansible to run correctly. We will need to set ansible_python_interpreter to python3 for CentOS 8 until auto-detection is complete with [2]. [1] https://bugs.centos.org/view.php?id=16458 [2] https://review.opendev.org/682797 Change-Id: I52eef3069fa8699cc72b423d476c92b339600c23 |
||
---|---|---|
.. | ||
extra-data.d | ||
install.d | ||
element-deps | ||
package-installs.yaml | ||
pkg-map | ||
README.rst |
zuul-worker
Setup a node to be a zuul worker
User Creation
This element bakes in a zuul
user on the host for the
zuul-worker process to log in with.
By default login permissions (authorized_keys
) will be
populated for the zuul
user from
~/.ssh/id_rsa.pub
-- i.e. the public key of the currently
building user. Specify an alternative filename in
ZUUL_USER_SSH_PUBLIC_KEY
to override this.
The zuul
user is provided with passwordless
sudo
access.