mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 04:10:17 +01:00
11 lines
218 B
YAML
11 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
|