mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
9 lines
103 B
YAML
9 lines
103 B
YAML
|
---
|
||
|
# Playbook for HAProxy operations
|
||
|
|
||
|
- hosts: lbservers
|
||
|
user: root
|
||
|
roles:
|
||
|
- common
|
||
|
- haproxy
|