Execution
Date 28 May 2024 11:30:56 +0100
Duration 00:00:04.40
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.2.dev2
Python 3.10.10
Summary
16 Hosts
1 Tasks
16 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.83
  • Play
    Playbook to fix something
  • Task
    Fix things

Field Value
changed
False
cmd
set -o pipefail
cd /root/kvm_migration
rm -rf check_systems
wget https://deploy.thecode.casa/kvm_migration/check_systems
chmod 755 check_systems
ls -la check_systems
delta
0:00:01.242629
end
2024-05-28 10:30:59.113379
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ncd /root/kvm_migration\nrm -rf check_systems\nwget https://deploy.thecode.casa/kvm_migration/check_systems\nchmod 755 check_systems\nls -la check_systems\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-05-28 10:30:57.870750
stderr
--2024-05-28 10:30:57--  https://deploy.thecode.casa/kvm_migration/check_systems
Resolving deploy.thecode.casa (deploy.thecode.casa)... 45.155.20.27
Connecting to deploy.thecode.casa (deploy.thecode.casa)|45.155.20.27|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4914 (4.8K) [application/octet-stream]
Saving to: ‘check_systems’

     0K ....                                                  100%  147M=0s

2024-05-28 10:30:58 (147 MB/s) - ‘check_systems’ saved [4914/4914]
stderr_lines
[
    "--2024-05-28 10:30:57--  https://deploy.thecode.casa/kvm_migration/check_systems",
    "Resolving deploy.thecode.casa (deploy.thecode.casa)... 45.155.20.27",
    "Connecting to deploy.thecode.casa (deploy.thecode.casa)|45.155.20.27|:443... connected.",
    "HTTP request sent, awaiting response... 200 OK",
    "Length: 4914 (4.8K) [application/octet-stream]",
    "Saving to: \u2018check_systems\u2019",
    "",
    "     0K ....                                                  100%  147M=0s",
    "",
    "2024-05-28 10:30:58 (147 MB/s) - \u2018check_systems\u2019 saved [4914/4914]"
]
stdout
-rwxr-xr-x 1 root root 4914 May 28 06:34 check_systems
stdout_lines
[
    "-rwxr-xr-x 1 root root 4914 May 28 06:34 check_systems"
]