/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: /etc/ansible/hosts/group_vars/letsencrypt.yaml

1
2
3
4
5
6
7
8
9
# We don't want CI tests trying to really authenticate against
# letsencrypt; apart from just being unfriendly it might cause quota
# issues.  As we don't have the authentication keys exposed in the
# gate, only generate a place-holder self-signed cert for testing.
letsencrypt_use_staging: True
letsencrypt_self_generate_tokens: True
letsencrypt_self_sign_only: True

letsencrypt_account_email: le-test@opendev.org