/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-bridge.yaml
Execution
Date 08 Apr 2026 21:34:53 +0000
Duration 00:01:45.70
Controller bridge99.opendev.org
User root
Versions
Ansible 2.15.13
ara 1.7.5 / 1.7.5
Python 3.10.12
Summary
1 Hosts
92 Tasks
90 Results
2 Plays
34 Files
0 Records

File: /home/zuul/src/opendev.org/opendev/system-config/inventory/service/group_vars/cloud-launcher.yaml

1
2
3
4
5
6
7
8
9
ansible_roles:
  - cloud-launcher

# This is the Ansible / openstacksdk venv setup on the bastion host.
# The roles from above are setup in /etc globally, but when running on
# the remote host they require opentacksdk access.  This means it is
# assumed that a cloud launcher is the pre-configured bastion host;
# which is true.
ansible_python_interpreter: '/usr/ansible-venv/bin/python3'