dcac05a30c
Tuning Ansible is typically done by customising configuration in ansible.cfg. Currently Kayobe adheres to the standard locations for Ansible configuration [1]. This change allows custom Ansible configuration files stored in the kayobe-config repository to be used for execution of Kayobe and Kolla Ansible playbooks. [1] https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-configuration-settings-locations Change-Id: Iab2021b8e88b5a3a2b0f8583f1246ab2c83670e5 Story: 2007494 Task: 39219
10 lines
427 B
YAML
10 lines
427 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for providing custom Ansible configuration files via Kayobe
|
|
configuration. For Kayobe the file should be located at
|
|
``${KAYOBE_CONFIG_PATH}/ansible.cfg``. For Kolla Ansible, it may be located
|
|
either at ``${KAYOBE_CONFIG_PATH}/kolla/ansible.cfg`` or
|
|
``${KAYOBE_CONFIG_PATH}/ansible.cfg``. A file specified via the
|
|
``ANSIBLE_CONFIG`` environment variable overrides these.
|