|
|
|
@ -11,5 +11,5 @@ gitea_lb_listeners:
|
|
|
|
|
- ":::443"
|
|
|
|
|
servers:
|
|
|
|
|
- name: "gitea99.opendev.org"
|
|
|
|
|
address: "{{ (hostvars['gitea99.opendev.org'] | default({})).get('nodepool', {}).get('public_ipv4', '') }}:3000"
|
|
|
|
|
address: "{{ (hostvars['gitea99.opendev.org'] | default({})).get('nodepool', {}).get('public_ipv4', '') }}:3081"
|
|
|
|
|
check_method: "check check-ssl verify none"
|
|
|
|
|