This website requires JavaScript.
Explore
Get Started
openstack
/
kolla
Code
Issues
Proposed changes
fef79059b7
Branches
Tags
View all branches
kolla
/
docker
/
kolla-toolbox
/
ansible.cfg
4 lines
67 B
INI
Raw
Normal View
History
Unescape
Escape
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 17:54:00 +00:00
[defaults]
remote_tmp
=
/tmp
Make Ansible write its logs into "kolla_logs" The Ansible logs are currently not collected by Heka. This can be done later, with an Ansible-specific decoder for Heka. Partially implements: blueprint heka Change-Id: I8d3ba4edb527f61c0a8234024b4be953c6e6c565
2016-02-11 12:53:33 +01:00
log_path
=
/var/log/kolla/ansible.log
Copy Permalink