Execution
Date 22 Apr 2026 14:15:55 +0100
Duration 00:01:26.25
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
1 Hosts
18 Tasks
18 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:03.22
  • Play
    New KVM server provisioning scripts
  • Task
    Install Agent360 monitoring agent
  • Host
    kvm024

Field Value
changed
True
cmd
set -o pipefail
bash /tmp/agent360.sh 6225dd3b2c8afd50166ae988
delta
0:00:02.897046
end
2026-04-22 13:16:28.223735
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nbash /tmp/agent360.sh 6225dd3b2c8afd50166ae988\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": "/tmp",
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2026-04-22 13:16:25.326689
stderr

stderr_lines
[]
stdout
> Getting the Linux distribution name and version...
  [SUCCESS] Found AlmaLinux 9
> Installing the necessary packages...
  [SUCCESS] All the necessary packages were installed
> Installing agent360...
> Creating requirements.txt with hash verification for agent360...
  [SUCCESS] Finished with agent360
  [SUCCESS] agent360 installed
> Preparing the agent360 configuration...
  [SUCCESS] The default template for agent360 has been installed
> Adding custom agent360 configuration files...
> Generating a server ID...
  [NOTE] The server already has the ID in /etc/agent360-token.ini: 69e8c7d3d7fe1a73c90ab1a4
> Adding the user...
  [NOTE] The user already exists
> Creating the service...
  [SUCCESS] The service has been created
> Trying to enable and start the service...
  [SUCCESS] The service has been configured
stdout_lines
[
    "> Getting the Linux distribution name and version...",
    "\u001b[32m  [SUCCESS] Found AlmaLinux 9\u001b[m",
    "> Installing the necessary packages...",
    "\u001b[32m  [SUCCESS] All the necessary packages were installed\u001b[m",
    "> Installing agent360...",
    "> Creating requirements.txt with hash verification for agent360...",
    "\u001b[32m  [SUCCESS] Finished with agent360\u001b[m",
    "\u001b[32m  [SUCCESS] agent360 installed\u001b[m",
    "> Preparing the agent360 configuration...",
    "\u001b[32m  [SUCCESS] The default template for agent360 has been installed\u001b[m",
    "> Adding custom agent360 configuration files...",
    "> Generating a server ID...",
    "\u001b[33m  [NOTE] The server already has the ID in /etc/agent360-token.ini: 69e8c7d3d7fe1a73c90ab1a4\u001b[m",
    "> Adding the user...",
    "\u001b[33m  [NOTE] The user already exists\u001b[m",
    "> Creating the service...",
    "\u001b[32m  [SUCCESS] The service has been created\u001b[m",
    "> Trying to enable and start the service...",
    "\u001b[32m  [SUCCESS] The service has been configured\u001b[m"
]