Playbook #6

/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-gitea-lb.yaml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
27 Oct 2025 19:38:19 +0000 00:01:25.72 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.3 (client), 1.7.3 (server) Python 3.10.12 1 1 55 54 16 0

File: /home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/gitea-lb/tasks/main.yaml

1
2
3
4
5
- name: Install haproxy with gitea config
  include_role:
    name: haproxy
  vars:
    haproxy_config_template: gitea-haproxy.cfg.j2