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: 26 Oct 2023 19:39:16 +0000
- Ended: 26 Oct 2023 19:39:17 +0000
- Duration: 00:00:00.63
- Tags:
- task_create_services
Field | Value |
---|---|
actions |
[ "created ekscluster-data" ] |
changed |
True |
invocation |
{ "module_args": { "debug": false, "driver": null, "executable": "podman", "label": null, "name": "ekscluster-data", "options": null, "recreate": true, "state": "present" } } |
podman_actions |
[ "podman volume create ekscluster-data" ] |
stderr |
|
stderr_lines |
[]
|
stdout |
ekscluster-data |
stdout_lines |
[ "ekscluster-data" ] |
volume |
{ "CreatedAt": "2023-10-26T22:39:17.144480165+03:00", "Driver": "local", "Labels": {}, "MountCount": 0, "Mountpoint": "/var/lib/containers/storage/volumes/ekscluster-data/_data", "Name": "ekscluster-data", "NeedsChown": true, "NeedsCopyUp": true, "Options": {}, "Scope": "local" } |