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 a podman network for the service containers
- Action: containers.podman.podman_network
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/00_create_service_pod.yml:143
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 31 Oct 2023 01:21:08 +0000
- Ended: 31 Oct 2023 01:21:09 +0000
- Duration: 00:00:00.63
- Tags:
- task_create_services
Field | Value |
---|---|
actions |
[ "created kidcluster-service-bridge" ] |
changed |
True |
invocation |
{ "module_args": { "debug": false, "disable_dns": true, "driver": null, "executable": "podman", "gateway": null, "internal": null, "ip_range": null, "ipv6": null, "macvlan": null, "name": "kidcluster-service-bridge", "opt": { "isolate": null, "metric": null, "mode": null, "mtu": 1442, "parent": null, "vlan": 0 }, "recreate": false, "state": "present", "subnet": null } } |
network |
{ "created": "2023-10-31T03:21:09.037758733+02:00", "dns_enabled": false, "driver": "bridge", "id": "ca3536834b30d6472d4b27737996745978f1bad740caa640b138b79e577134ec", "internal": false, "ipam_options": { "driver": "host-local" }, "ipv6_enabled": false, "name": "kidcluster-service-bridge", "network_interface": "podman2", "options": { "mtu": "1442", "vlan": "0" }, "subnets": [ { "gateway": "10.89.1.1", "subnet": "10.89.1.0/24" } ] } |
podman_actions |
[ "podman network create kidcluster-service-bridge --disable-dns=True --opt mtu=1442 --opt vlan=0" ] |
stderr |
|
stderr_lines |
[]
|
stdout |
kidcluster-service-bridge |
stdout_lines |
[ "kidcluster-service-bridge" ] |