summaryrefslogtreecommitdiffstats
path: root/common.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common.yml')
-rw-r--r--common.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.yml b/common.yml
new file mode 100644
index 0000000..9720dba
--- /dev/null
+++ b/common.yml
@@ -0,0 +1,8 @@
+---
+- name: Common tasks
+ hosts: all
+ sudo: True
+ vars_files:
+ - vars.yml
+ roles:
+ - common