summaryrefslogtreecommitdiff
path: root/local.yml
diff options
context:
space:
mode:
Diffstat (limited to 'local.yml')
-rw-r--r--local.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/local.yml b/local.yml
new file mode 100644
index 0000000..72ab863
--- /dev/null
+++ b/local.yml
@@ -0,0 +1,18 @@
+---
+- name: peter
+ hosts: peter.crashbox.io
+ tasks:
+ - name: test
+ shell: echo "run by peter"
+
+- name: test
+ hosts: 7c2b258159ab
+ tasks:
+ - name: test
+ shell: echo "run by container"
+
+- name: test2
+ hosts: all
+ tasks:
+ - name: test
+ shell: echo "run by all"