summaryrefslogtreecommitdiff
path: root/setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup.yml')
-rw-r--r--setup.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.yml b/setup.yml
index 05d9385..afbccfb 100644
--- a/setup.yml
+++ b/setup.yml
@@ -2,3 +2,8 @@
hosts: all
roles:
- { role: essential }
+
+- name: Basic setup for all hosts
+ hosts: web
+ roles:
+ - { role: web }