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:
authorDave Johnson <dave@ansibleworks.com>2016-09-22 22:42:14 +0300
committerGitHub <noreply@github.com>2016-09-22 22:42:14 +0300
commit2574a826aaa6143bb671d3d4488c3fcfab52e94c (patch)
treeaddba40ca86a2d7380005c52681e521c5ed2061a
parent2d057fb6560db8c3c77346c3f41e5d7cfced9d73 (diff)
Commented out running the common and base-apache roles
-rw-r--r--lamp_haproxy/aws/rolling_update.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lamp_haproxy/aws/rolling_update.yml b/lamp_haproxy/aws/rolling_update.yml
index 722909b..8f1c215 100644
--- a/lamp_haproxy/aws/rolling_update.yml
+++ b/lamp_haproxy/aws/rolling_update.yml
@@ -27,9 +27,10 @@
with_items: groups.tag_ansible_group_lbservers
roles:
- - common
- - base-apache
- web
+ ## Optionally, re-run the common and base-apache roles
+ #- common
+ #- base-apache
# These tasks run after the roles:
post_tasks: