Execution
Date 21 Jul 2025 10:57:03 +0100
Duration 00:00:01.75
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
1 Hosts
4 Tasks
4 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.80
  • Play
    Playbook to allow and remove solus support access
  • Task
    Execute Remove Access Commands
  • Host
    s_dev

Field Value
changed
True
cmd
echo "Executing remove access commands..."
curl -o /tmp/install_accesskey.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/install_accesskey.sh
chmod 751 /tmp/install_accesskey.sh
/tmp/install_accesskey.sh remove
delta
0:00:00.153370
end
2025-07-21 10:49:43.782810
invocation
{
    "module_args": {
        "_raw_params": "echo \"Executing remove access commands...\"\ncurl -o /tmp/install_accesskey.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/install_accesskey.sh\nchmod 751 /tmp/install_accesskey.sh\n/tmp/install_accesskey.sh remove\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-07-21 10:49:43.629440
stderr
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1583  100  1583    0     0  12975      0 --:--:-- --:--:-- --:--:-- 12975
stderr_lines
[
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100  1583  100  1583    0     0  12975      0 --:--:-- --:--:-- --:--:-- 12975"
]
stdout
Executing remove access commands...
Key removed
stdout_lines
[
    "Executing remove access commands...",
    "Key removed"
]