Execution
Date 03 Jun 2024 13:42:17 +0100
Duration 00:04:17.74
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
81 Hosts
1 Tasks
81 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
swapoff -av
rm -f /pleskswap
dd if=/dev/zero of=/pleskswap bs=1MB count=4096
chmod 600 /pleskswap
mkswap /pleskswap
swapon -av
swapon --show
delta
0:01:35.307980
end
2024-06-03 12:43:54.912808
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nswapoff -av\nrm -f /pleskswap\ndd if=/dev/zero of=/pleskswap bs=1MB count=4096\nchmod 600 /pleskswap\nmkswap /pleskswap\nswapon -av\nswapon --show\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
2024-06-03 12:42:19.604828
stderr
4096+0 records in
4096+0 records out
4096000000 bytes (4.1 GB, 3.8 GiB) copied, 84.6031 s, 48.4 MB/s
stderr_lines
[
    "4096+0 records in",
    "4096+0 records out",
    "4096000000 bytes (4.1 GB, 3.8 GiB) copied, 84.6031 s, 48.4 MB/s"
]
stdout
Setting up swapspace version 1, size = 3.8 GiB (4095995904 bytes)
no label, UUID=5186c08b-4aba-456a-8ff5-d29ebc5fc977
stdout_lines
[
    "Setting up swapspace version 1, size = 3.8 GiB (4095995904 bytes)",
    "no label, UUID=5186c08b-4aba-456a-8ff5-d29ebc5fc977"
]