summaryrefslogtreecommitdiff
path: root/playbooks/web.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/web.yml')
-rw-r--r--playbooks/web.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/web.yml b/playbooks/web.yml
new file mode 100644
index 0000000..51a7a14
--- /dev/null
+++ b/playbooks/web.yml
@@ -0,0 +1,4 @@
+- name: Essential setup for all hosts
+ hosts: web
+ roles:
+ - { role: nginx }