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
20 Apr 2024 08:29:30 +0000 00:03:20.71 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 3 9 354 412 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_7e8323264807c027ba9466788297779583847a9437dd639d77a1b6d74e391d16.slice",
        "Containers": [
            {
                "Id": "3295a61d658eb54aadb9493c6da105e99d40ed997c4ada7e7e83afcbd2aa7b55",
                "Name": "rkecluster-bind",
                "State": "running"
            },
            {
                "Id": "363ffd82b8d75359e343d991f8bfd4e4a799b2cb5e5621bd0752d807db07d77e",
                "Name": "7e8323264807-infra",
                "State": "running"
            },
            {
                "Id": "41875a885099abf3be5f12ead346114be3f1f7e128461be21f1a733f32af46d7",
                "Name": "rkecluster-apache",
                "State": "running"
            },
            {
                "Id": "43bcb908b26962de5b316598d873733989b2173041331032272441a7ea9eba35",
                "Name": "rkecluster-registry",
                "State": "running"
            },
            {
                "Id": "85c2d0327dafbad51f3f0fa60b567a67a6360066a3a69a945159e39f668d80ef",
                "Name": "rkecluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "93a84f2e8578efda4850117a5100049f223c2fa0fb430dd19a3c311aa21fbcea",
                "Name": "rkecluster-haproxy",
                "State": "running"
            },
            {
                "Id": "e8c45952c22d4b64d77560800e8c9af0034d0a9b158b46dbcb3330f2a6988527",
                "Name": "rkecluster-provision",
                "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-20T11:21:55.934783617+03:00",
        "ExitPolicy": "continue",
        "Hostname": "service.rkecluster.kubeinit.local",
        "Id": "7e8323264807c027ba9466788297779583847a9437dd639d77a1b6d74e391d16",
        "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": "363ffd82b8d75359e343d991f8bfd4e4a799b2cb5e5621bd0752d807db07d77e",
        "Name": "rkecluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "uts",
            "ipc",
            "net"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f rkecluster-service-pod"
]