Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lamp_haproxy/site.yml')
-rw-r--r--lamp_haproxy/site.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/lamp_haproxy/site.yml b/lamp_haproxy/site.yml
index fffafa6..9cfc756 100644
--- a/lamp_haproxy/site.yml
+++ b/lamp_haproxy/site.yml
@@ -1,9 +1,9 @@
---
-## This playbook deploys the whole application stack in this site.
+## This playbook deploys the whole application stack in this site.
# Apply common configuration to all hosts
- hosts: all
-
+
roles:
- common
@@ -24,7 +24,7 @@
roles:
- base-apache
- web
-
+
tags:
- web
@@ -33,16 +33,16 @@
roles:
- haproxy
-
+
tags:
- lb
# Configure and deploy the Nagios monitoring node(s).
- hosts: monitoring
-
+
roles:
- base-apache
- nagios
-
+
tags:
- monitoring