Files
private-ai-platform/ansible/playbooks/node/execute_command.yml
Hrankin, Aleksandr (contracted) f243f440c3 init
2026-02-19 11:34:13 +00:00

12 lines
239 B
YAML

---
- name: execute command
hosts: all
become: true
gather_facts: false
roles:
- role: node/execute_command
vars:
command: "{{ command }}"
# ansible-playbook playbooks/node/execute_command.yml -i inventory.ini