8ec92df8e3
In some environments it may not be desirable to modify the sudoers configuration. This change makes this part of bootstrap-servers optional, based on the create_kolla_user_sudoers variable. Change-Id: I653403bfc5431741807edef57df58e05e679900b
8 lines
268 B
YAML
8 lines
268 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for skipping the configuration of sudoers files in the
|
|
``kolla-ansible bootstrap-servers`` command. This depends on the
|
|
``create_kolla_user_sudoers`` variable, which defaults to the same value as
|
|
``create_kolla_user``.
|