From dc984f4d05889a240e6a81b442b4cfd249bcf22f Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 4 Dec 2017 00:24:53 -0800 Subject: Use ansible-pull to propagate changes --- local.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 local.yml (limited to 'local.yml') 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" -- cgit v1.2.3