mirror of https://github.com/Aidaho12/haproxy-wi
11 lines
201 B
YAML
11 lines
201 B
YAML
![]() |
- name: "UDP balancer"
|
||
|
hosts: all
|
||
|
become: yes
|
||
|
become_method: sudo
|
||
|
gather_facts: yes
|
||
|
roles:
|
||
|
- role: udp
|
||
|
environment:
|
||
|
http_proxy: "{{PROXY}}"
|
||
|
https_proxy: "{{PROXY}}"
|