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