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
-
Date28 May 2024 11:30:59 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/playbook1.yaml:6)
| 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:00.450087 |
| end |
2024-05-28 11:30:58.983140 |
| 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 11:30:58.533053 |
| stderr |
--2024-05-28 11:30:58-- 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% 75.1M=0s
2024-05-28 11:30:58 (75.1 MB/s) - ‘check_systems’ saved [4914/4914]
|
| stderr_lines |
[ "--2024-05-28 11:30:58-- 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% 75.1M=0s", "", "2024-05-28 11:30:58 (75.1 MB/s) - \u2018check_systems\u2019 saved [4914/4914]" ] |
| stdout |
-rwxr-xr-x 1 root root 4914 May 28 07:34 check_systems |
| stdout_lines |
[ "-rwxr-xr-x 1 root root 4914 May 28 07:34 check_systems" ] |