Merge "run-production-playbook-post: add bridge for playbook"

This commit is contained in:
Zuul 2022-07-15 03:48:56 +00:00 committed by Gerrit Code Review
commit 0d597a0328

View File

@ -1,3 +1,16 @@
- hosts: localhost
tasks:
- name: Add bridge.o.o to inventory for playbook
add_host:
name: bridge.openstack.org
ansible_python_interpreter: python3
ansible_user: zuul
# Without setting ansible_host directly, mirror-workspace-git-repos
# gets sad because if delegate_to localhost and with add_host that
# ends up with ansible_host being localhost.
ansible_host: bridge.openstack.org
ansible_port: 22
- hosts: bridge.openstack.org - hosts: bridge.openstack.org
tasks: tasks:
- name: Encrypt log - name: Encrypt log