
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
9 lines
356 B
YAML
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``.
|