Execution
Date 22 Apr 2026 13:58:39 +0100
Duration 00:00:38.03
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
13 Tasks
13 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.32
  • Play
    New KVM server provisioning scripts
  • Task
    Initialize swap area
  • Host
    kvm024

Field Value
changed
True
cmd
[
    "mkswap",
    "/var/lib/libvirt/swapfile"
]
delta
0:00:00.006090
end
2026-04-22 13:58:43.386691
invocation
{
    "module_args": {
        "_raw_params": "mkswap /var/lib/libvirt/swapfile",
        "_uses_shell": false,
        "argv": null,
        "chdir": null,
        "creates": "/var/lib/libvirt/swapfile.initialized",
        "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:58:43.380601
stderr
mkswap: /var/lib/libvirt/swapfile: warning: wiping old swap signature.
stderr_lines
[
    "mkswap: /var/lib/libvirt/swapfile: warning: wiping old swap signature."
]
stdout
Setting up swapspace version 1, size = 64 GiB (68719472640 bytes)
no label, UUID=551a8a85-e464-44ab-baec-c191fd4c7275
stdout_lines
[
    "Setting up swapspace version 1, size = 64 GiB (68719472640 bytes)",
    "no label, UUID=551a8a85-e464-44ab-baec-c191fd4c7275"
]