mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 04:10:17 +01:00
10 lines
218 B
YAML
10 lines
218 B
YAML
---
|
|
#PlayBook for haproxy operations
|
|
|
|
- hosts: lbservers
|
|
user: root
|
|
tasks:
|
|
- include: haproxy/tasks/install_haproxy.yml
|
|
handlers:
|
|
- include: haproxy/handlers/main.yml
|
|
- include: common/handlers/main.yml
|