Execution
Date 26 Apr 2024 12:40:40 +0100
Duration 00:00:01.44
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
5 Hosts
1 Tasks
5 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.40
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    proxy

Field Value
changed
True
cmd
cat /etc/hosts
delta
0:00:00.004115
end
2024-04-26 11:40:41.155596
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-04-26 11:40:41.151481
stderr

stderr_lines
[]
stdout
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
45.155.21.13 ldap1.zimbra.stage.town
45.155.21.14 ldap2.zimbra.stage.town
45.155.21.15 proxy-mta.zimbra.stage.town
45.155.21.16 mbox1.zimbra.stage.town
45.155.21.17 mbox2.zimbra.stage.town
stdout_lines
[
    "127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4",
    "::1         localhost localhost.localdomain localhost6 localhost6.localdomain6",
    "45.155.21.13 ldap1.zimbra.stage.town",
    "45.155.21.14 ldap2.zimbra.stage.town",
    "45.155.21.15 proxy-mta.zimbra.stage.town",
    "45.155.21.16 mbox1.zimbra.stage.town",
    "45.155.21.17 mbox2.zimbra.stage.town"
]