Execution
Date 07 Oct 2025 08:48:33 +0100
Duration 00:00:11.15
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
9 Hosts
1 Tasks
9 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-disperse-bash-script.yaml

---
- name: Playbook to upload scripts files
  hosts: all
  gather_facts: false
  tasks:
    - name: Upload the file
      ansible.builtin.copy:
        src: generate_raid_report.sh
        dest: /root/generate_raid_report.sh
        mode: '0755'
      changed_when: false