Execution
Date 14 May 2025 10:36:47 +0100
Duration 00:00:13.36
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
33 Hosts
3 Tasks
95 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
IP=$(hostname -I| awk '{print $1}') ; ((whois ns1.$(hostname) ; whois ns2.$(hostname)) | grep  -q $IP ) && ((whois ns1.$(hostname) ; whois ns2.$(hostname)) | grep  -q "Server Name" ) && echo OK || echo BAD
delta
0:00:00.687564
end
2025-05-14 10:36:54.693564
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nIP=$(hostname -I| awk '{print $1}') ; ((whois ns1.$(hostname) ; whois ns2.$(hostname)) | grep  -q $IP ) && ((whois ns1.$(hostname) ; whois ns2.$(hostname)) | grep  -q \"Server Name\" ) && echo OK || echo BAD\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
2025-05-14 10:36:54.006000
stderr

stderr_lines
[]
stdout
BAD
stdout_lines
[
    "BAD"
]