Playbook #1

/root/kubeinit/ci/builds/bsU8uCNn/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
03 May 2024 09:40:06 +0000 00:10:47.59 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 6 11 745 812 43 1

Task result details

Field Value
actions
[
    "created k8scluster-data"
]
changed
True
invocation
{
    "module_args": {
        "debug": false,
        "driver": null,
        "executable": "podman",
        "label": null,
        "name": "k8scluster-data",
        "options": null,
        "recreate": true,
        "state": "present"
    }
}
podman_actions
[
    "podman volume create k8scluster-data"
]
stderr

stderr_lines
[]
stdout
k8scluster-data
stdout_lines
[
    "k8scluster-data"
]
volume
{
    "CreatedAt": "2024-05-03T12:44:06.4901417+03:00",
    "Driver": "local",
    "Labels": {},
    "MountCount": 0,
    "Mountpoint": "/var/lib/containers/storage/volumes/k8scluster-data/_data",
    "Name": "k8scluster-data",
    "NeedsChown": true,
    "NeedsCopyUp": true,
    "Options": {},
    "Scope": "local"
}