11 lines
195 B
YAML
11 lines
195 B
YAML
|
---
|
||
|
- name: haproxy | requirements
|
||
|
include_tasks: requirements.yml
|
||
|
|
||
|
- name: haproxy | installation
|
||
|
include_tasks: install.yml
|
||
|
|
||
|
- name: haproxy | configuration
|
||
|
include_tasks: configure.yml
|
||
|
|