Playbook #2

/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
24 Apr 2024 06:59:21 +0000 00:03:13.14 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 3 8 352 410 23 1

Task result details

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
actions
[
    "deleted rkecluster-service-pod"
]
ansible_loop_var
orphaned_cluster_pod
changed
True
failed
False
invocation
{
    "module_args": {
        "add_host": null,
        "cgroup_parent": null,
        "cpus": null,
        "cpuset_cpus": null,
        "debug": false,
        "device": null,
        "device_read_bps": null,
        "dns": null,
        "dns_opt": null,
        "dns_search": null,
        "executable": "podman",
        "generate_systemd": {},
        "gidmap": null,
        "hostname": null,
        "infra": null,
        "infra_command": null,
        "infra_conmon_pidfile": null,
        "infra_image": null,
        "infra_name": null,
        "ip": null,
        "label": null,
        "label_file": null,
        "mac_address": null,
        "name": "rkecluster-service-pod",
        "network": null,
        "network_alias": null,
        "no_hosts": null,
        "pid": null,
        "pod_id_file": null,
        "publish": null,
        "recreate": false,
        "share": null,
        "state": "absent",
        "subgidname": null,
        "subuidname": null,
        "uidmap": null,
        "userns": null,
        "volume": null
    }
}
orphaned_cluster_pod
[
    "service",
    {
        "CgroupParent": "machine.slice",
        "CgroupPath": "machine.slice/machine-libpod_pod_5f56af3217864bb2cf24bc0da5311a60ceb8811f6d909af4a24f32db9a6db42e.slice",
        "Containers": [
            {
                "Id": "af1e63416d05141818ab9d36405cbcab2f1cdcc7a945b335b71597582259df02",
                "Name": "5f56af321786-infra",
                "State": "running"
            }
        ],
        "CreateCgroup": true,
        "CreateCommand": [
            "podman",
            "pod",
            "create",
            "--name",
            "rkecluster-service-pod",
            "--network",
            "rkecluster-service-bridge",
            "--hostname",
            "service.rkecluster.kubeinit.local",
            "--dns",
            "10.0.0.253",
            "--dns",
            "10.11.5.160",
            "--dns-search",
            "rkecluster.kubeinit.local"
        ],
        "CreateInfra": true,
        "Created": "2024-04-24T09:58:54.026549906+03:00",
        "ExitPolicy": "continue",
        "Hostname": "service.rkecluster.kubeinit.local",
        "Id": "5f56af3217864bb2cf24bc0da5311a60ceb8811f6d909af4a24f32db9a6db42e",
        "InfraConfig": {
            "DNSOption": null,
            "DNSSearch": [
                "rkecluster.kubeinit.local"
            ],
            "DNSServer": [
                "10.0.0.253",
                "10.11.5.160"
            ],
            "HostAdd": null,
            "HostNetwork": false,
            "NetworkOptions": null,
            "Networks": [
                "rkecluster-service-bridge"
            ],
            "NoManageHosts": false,
            "NoManageResolvConf": false,
            "PortBindings": {},
            "StaticIP": "",
            "StaticMAC": "",
            "pid_ns": "private",
            "userns": "host",
            "uts_ns": "private"
        },
        "InfraContainerID": "af1e63416d05141818ab9d36405cbcab2f1cdcc7a945b335b71597582259df02",
        "Name": "rkecluster-service-pod",
        "NumContainers": 1,
        "SharedNamespaces": [
            "ipc",
            "net",
            "uts"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f rkecluster-service-pod"
]