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_bind : Create a podman volume for bind config
- Action: containers.podman.podman_volume
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_bind/tasks/main.yml:100
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 23 Oct 2023 16:07:24 +0000
- Ended: 23 Oct 2023 16:07:25 +0000
- Duration: 00:00:00.50
- Tags:
- task_create_services
Field | Value |
---|---|
actions |
[ "created rkecluster-bind-config" ] |
changed |
True |
invocation |
{ "module_args": { "debug": false, "driver": null, "executable": "podman", "label": null, "name": "rkecluster-bind-config", "options": null, "recreate": true, "state": "present" } } |
podman_actions |
[ "podman volume create rkecluster-bind-config" ] |
stderr |
|
stderr_lines |
[]
|
stdout |
rkecluster-bind-config |
stdout_lines |
[ "rkecluster-bind-config" ] |
volume |
{ "CreatedAt": "2023-10-23T19:07:25.354656146+03:00", "Driver": "local", "Labels": {}, "MountCount": 0, "Mountpoint": "/var/lib/containers/storage/volumes/rkecluster-bind-config/_data", "Name": "rkecluster-bind-config", "NeedsChown": true, "NeedsCopyUp": true, "Options": {}, "Scope": "local" } |