7 lines
80 B
YAML
7 lines
80 B
YAML
---
|
|
# file: haproxy.yml
|
|
|
|
- hosts: haproxy
|
|
become: true
|
|
roles:
|
|
- haproxy
|