openstack-ansible/releasenotes/notes/remove-ansible.cfg-e65e4f17bc30cce7.yaml
Kevin Carter 423c409a67 Remove the ansible.cfg file
The ansible.cfg file has been removed to allow a deployer to specify their
own configurations without having to modify the ansible.cfg file within the
playbooks directory.

Change-Id: I94a8647edd04c21c34f7892f3179a8aa66548ed3
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-25 02:06:14 +00:00

18 lines
722 B
YAML

---
features:
- Our general config options are now stored in an
"/usr/local/bin/openstack-ansible.rc" file and will
be sourced when the "openstack-ansible" wrapper is
invoked. The RC file will read in BASH environment
variables and should any Ansible option be set that
overlaps with our defaults the provided value will
be used.
other:
- The in tree "ansible.cfg" file in the playbooks
directory has been removed. This file was making
compatibility difficult for deployers who need to
change these values. Additionally this files very
existance forced Ansible to ignore any other config
file in either a users home directory or in the
default "/etc/ansible" directory.