From 8fc86cbd7f03fa80b0249e1dcc42af315a53ec50 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 15 Apr 2020 16:40:31 -0500 Subject: [PATCH] Add port and user_dir to add_host in prod playbook The mirror-workspace-git role expects things like ansible_port to be set, but we're not producing them in our add_host command. Change-Id: Ib80062736e91f8d1471a42edecdebb449f073927 --- playbooks/zuul/run-production-playbook.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml index 673024e988..8a2e7560e5 100644 --- a/playbooks/zuul/run-production-playbook.yaml +++ b/playbooks/zuul/run-production-playbook.yaml @@ -5,6 +5,8 @@ name: bridge.openstack.org ansible_python_interpreter: python3 ansible_user: zuul + ansible_port: 22 + ansible_user_dir: /home/zuul - hosts: localhost tasks: