kolla/docker/kolla-ansible/ansible.cfg
Paul Bourke 0f315a0ed0 Drop root for kolla-ansible
This change ensures commands run in the kolla-ansible container are done
as the 'ansible' user rather than root.

By default Ansible tries to write it's temporary files to $HOME/.ansible
on the target, which in most cases won't exist when run as the new user.
Hence we now supply the kolla-ansible container with an ansible.cfg, to
tweak the remote_dir option to /tmp.

Change-Id: I838a8c8cd0c7dc1aeca4d12e38c346f252170e7c
Partially-Implements: blueprint drop-root
2015-11-11 18:04:02 +00:00

3 lines
29 B
INI

[defaults]
remote_tmp = /tmp