runner playbook

master
omidshj 2025-04-20 19:42:40 +03:30
parent 071e14451d
commit 96b224dea7
1 changed files with 7 additions and 0 deletions

7
run.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: run commands
hosts: all
tasks:
- name: run commands
command: "{{ item }}"
loop: "{{ commands }}"