add playbooks
This commit is contained in:
14
linux/run_script.yml
Normal file
14
linux/run_script.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Run Shell Script
|
||||
hosts: "{{ HOSTS }}"
|
||||
become: yes
|
||||
gather_facts: no
|
||||
vars:
|
||||
shell_script: undef
|
||||
|
||||
tasks:
|
||||
- name: Run Shell Script
|
||||
shell: "{{ shell_script }}"
|
||||
|
||||
- debug:
|
||||
msg: You should really consider converting this script to a playbook!
|
||||
Reference in New Issue
Block a user