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
18 Jul 2025 20:47:59 +0000 00:01:10.54 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (server) Python 3.10.12 1 1 68 66 19 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