Files
kayobe/releasenotes/notes/support-running-without-root-on-control-host-11e92dcc7477729c.yaml
Will Szumski 7fd3f6bdc7 Support running without root privileges
We shouldn't need root if all of our dependencies are already installed
and the config directories are all writeable by our user.

Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/920294
Change-Id: I96633904fc54355b51abfc7ea5c85480df8beb76
2025-05-16 14:46:28 +01:00

9 lines
356 B
YAML

---
features:
- |
Allows running without root privileges, provided that all Kayobe package
dependencies are installed and all configured paths are writable for the
current user, e.g. Python virtualenvs and output directories. To use
this feature set ``kayobe_control_host_become`` to ``false`` in
``$KAYOBE_CONFIG_PATH/globals.yml``.