init
This commit is contained in:
11
ansible/playbooks/node/execute_command.yml
Normal file
11
ansible/playbooks/node/execute_command.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user