mirror of https://github.com/Aidaho12/haproxy-wi
12 lines
226 B
YAML
12 lines
226 B
YAML
![]() |
---
|
||
|
- name: Install WAF
|
||
|
hosts: "{{ variable_host }}"
|
||
|
become: yes
|
||
|
become_method: sudo
|
||
|
gather_facts: yes
|
||
|
roles:
|
||
|
- role: waf_nginx
|
||
|
environment:
|
||
|
http_proxy: "{{PROXY}}"
|
||
|
https_proxy: "{{PROXY}}"
|