Execution
Date 06 Jun 2024 15:02:04 +0100
Duration 00:00:01.65
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
6 Hosts
1 Tasks
6 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.45
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    ldap2

Field Value
changed
True
cmd
cat /etc/hosts
delta
0:00:00.004162
end
2024-06-06 14:02:05.565562
invocation
{
    "module_args": {
        "_raw_params": "cat /etc/hosts",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-06-06 14:02:05.561400
stderr

stderr_lines
[]
stdout
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
#source
185.149.110.226 mail.ls

#destination
45.155.21.6 ldap1.mail.ls ldap1
45.155.21.45 ldap2.mail.ls ldap2
45.155.21.46 proxy-mta.mail.ls proxy-mta
45.155.21.47 mbox1.mail.ls mbox1
45.155.21.48 mbox2.mail.ls mbox2
stdout_lines
[
    "127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4",
    "::1         localhost localhost.localdomain localhost6 localhost6.localdomain6",
    "#source",
    "185.149.110.226 mail.ls",
    "",
    "#destination",
    "45.155.21.6 ldap1.mail.ls ldap1",
    "45.155.21.45 ldap2.mail.ls ldap2",
    "45.155.21.46 proxy-mta.mail.ls proxy-mta",
    "45.155.21.47 mbox1.mail.ls mbox1",
    "45.155.21.48 mbox2.mail.ls mbox2"
]