Execution
Date 09 Jun 2025 16:22:32 +0100
Duration 00:00:27.61
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
37 Hosts
1 Tasks
37 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/raid_m/upload_raid.yaml

---
- name: Upload file
  hosts: all
  gather_facts: false
  tasks:
    - name: Copy the new file to remote
      ansible.builtin.copy:
        backup: true
        src: /home/ssh-gateway/ansible/kuly/raid_m/avg-vznetstat.pl
        dest: /usr/local/bin/avg-vznetstat.pl
        force: true
        mode: '0751'
        owner: root
        group: root