aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/webserver_internal.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/webserver_internal.yml')
-rw-r--r--playbooks/webserver_internal.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/webserver_internal.yml b/playbooks/webserver_internal.yml
index 90ffdb3..31f9c3a 100644
--- a/playbooks/webserver_internal.yml
+++ b/playbooks/webserver_internal.yml
@@ -1,6 +1,5 @@
- name: configure internal web servers
hosts: www1
- tags: apache
roles:
- role: common
tags: common
@@ -22,9 +21,9 @@
AllowOverride None
Require all granted
</Directory>
+ tags: apache
tasks:
- name: generate index.html
- tags: apache
copy:
dest: /var/www/html/index.html
content: |
@@ -43,3 +42,4 @@
</ul>
</body
</html>
+ tags: apache