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
This commit is contained in:
parent
623ecb6bf0
commit
8fc86cbd7f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user