mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
12 lines
177 B
YAML
12 lines
177 B
YAML
---
|
|
# Playbook for HAProxy operations
|
|
|
|
# fetch monitoring facts for iptables rules
|
|
- hosts: monitoring
|
|
tasks:
|
|
|
|
- hosts: lbservers
|
|
user: root
|
|
roles:
|
|
- common
|
|
- haproxy
|