Playbook #1 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Run the deployment on the target infrastructure (OpenStack/libvirt hypervisors)
- Task: kubeinit.kubeinit.kubeinit_services : Create kubeinit services data volume
- Action: containers.podman.podman_volume
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/00_create_service_pod.yml:137
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 23 Oct 2023 16:05:04 +0000
- Ended: 23 Oct 2023 16:05:04 +0000
- Duration: 00:00:00.62
- Tags:
- task_create_services
Field | Value |
---|---|
actions |
[ "created rkecluster-data" ] |
changed |
True |
invocation |
{ "module_args": { "debug": false, "driver": null, "executable": "podman", "label": null, "name": "rkecluster-data", "options": null, "recreate": true, "state": "present" } } |
podman_actions |
[ "podman volume create rkecluster-data" ] |
stderr |
|
stderr_lines |
[]
|
stdout |
rkecluster-data |
stdout_lines |
[ "rkecluster-data" ] |
volume |
{ "CreatedAt": "2023-10-23T19:05:04.914428846+03:00", "Driver": "local", "Labels": {}, "MountCount": 0, "Mountpoint": "/var/lib/containers/storage/volumes/rkecluster-data/_data", "Name": "rkecluster-data", "NeedsChown": true, "NeedsCopyUp": true, "Options": {}, "Scope": "local" } |