diff --git a/run.yml b/run.yml new file mode 100644 index 0000000..cb02cf5 --- /dev/null +++ b/run.yml @@ -0,0 +1,7 @@ +--- +- name: run commands + hosts: all + tasks: + - name: run commands + command: "{{ item }}" + loop: "{{ commands }}" \ No newline at end of file