Disable zuul-executor from managing ansible

We have virtualenv in place for ansible, lets start using them.

Change-Id: I47cd7d6a902196dbe3fdfed6cc163a0ac4ac1dfe
Depends-On: https://review.openstack.org/646021
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-03-23 19:50:28 -04:00
parent 292d719cda
commit b084a605f5
1 changed files with 2 additions and 0 deletions

View File

@ -26,8 +26,10 @@ server = {{ hostvars['statsd01'].ansible_host }}
{% endif %}
[executor]
ansible_root = /opt/venv/zuul-ansible
finger_port = 17979
log_config = /etc/zuul/executor-logging.conf
manage_ansible = false
private_key_file = {{ zuul_user_home }}/.ssh/nodepool_id_rsa
workspace_root = {{ zuul_user_home }}/workspace