/home/zuul/src/opendev.org/opendev/system-config/playbooks/letsencrypt.yaml
Execution
Date 08 Apr 2026 21:36:49 +0000
Duration 00:00:25.05
Controller bridge99.opendev.org
User root
Versions
Ansible 2.15.13
ara 1.7.5 / 1.7.5
Python 3.10.12
Summary
2 Hosts
43 Tasks
43 Results
5 Plays
32 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'