summaryrefslogtreecommitdiff
path: root/local.yml
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-12-04 00:24:53 -0800
committerJakob Odersky <jakob@odersky.com>2017-12-04 01:09:28 -0800
commitdc984f4d05889a240e6a81b442b4cfd249bcf22f (patch)
tree4a020a98192f13b2a2ceab85aaf6b93e6a7b70da /local.yml
parentc780b908f539b8042881a87007859797e0d6bdc4 (diff)
downloadmetamorphic-pull-based.tar.gz
metamorphic-pull-based.tar.bz2
metamorphic-pull-based.zip
Use ansible-pull to propagate changespull-based
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"