From 96b224dea7f1f438b44d310ff4460d3abb7ba0aa Mon Sep 17 00:00:00 2001 From: omidshj Date: Sun, 20 Apr 2025 19:42:40 +0330 Subject: [PATCH] runner playbook --- run.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run.yml 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