summaryrefslogtreecommitdiff
path: root/web.yml
diff options
context:
space:
mode:
Diffstat (limited to 'web.yml')
-rw-r--r--web.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/web.yml b/web.yml
new file mode 100644
index 0000000..ca14fd1
--- /dev/null
+++ b/web.yml
@@ -0,0 +1,7 @@
+- name: Essential setup for all hosts
+ hosts: web
+ roles:
+ # Websites
+ # - { role: home }
+ # - { role: ip }
+ # - { role: blog }