mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
14 lines
221 B
YAML
14 lines
221 B
YAML
---
|
|
# This playbook deploys the webservers with httpd and the code.
|
|
|
|
# fetch monitoring facts for iptables rules
|
|
- hosts: monitoring
|
|
tasks:
|
|
|
|
- hosts: webservers
|
|
user: root
|
|
|
|
roles:
|
|
- common
|
|
- base-apache
|
|
- web
|