Playbook #2

/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
31 Oct 2023 01:32:43 +0000 00:02:22.62 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 2 8 352 351 23 1

Task result details

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
actions
[
    "deleted kidcluster-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": "kidcluster-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_c907048c10d482a506a2b3f49a40d8e5db62a54a9123381eaec44a46c758de1f.slice",
        "Containers": [
            {
                "Id": "1419136eacaeb46ddf8813d17207c75ce13df13edf878935a69f20bc99317e19",
                "Name": "kidcluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "23292265651f03fa7d649e96f7e2f9954c50f064c84c49a88d39f9e48fdd77de",
                "Name": "kidcluster-provision",
                "State": "running"
            },
            {
                "Id": "5196a2d289954a896de1ef4e40f663eaceec3166b1feb906022b41cd8ae6d204",
                "Name": "kidcluster-apache",
                "State": "running"
            },
            {
                "Id": "64293d82b99919481adbfa64677ff4dd08cfe22822a57cc1b2931b07af72067d",
                "Name": "c907048c10d4-infra",
                "State": "running"
            },
            {
                "Id": "9148fc7d93841116ba1379bd12de35c32a8093378696372a5d88a52e4863a976",
                "Name": "kidcluster-registry",
                "State": "running"
            },
            {
                "Id": "d25db08d60c32be39c3b285b46817f39144170c5c259543ff024265e447cf8df",
                "Name": "kidcluster-haproxy",
                "State": "running"
            },
            {
                "Id": "dc35a2e46989c0e7db69d83374ab2211ff355fa510226fe8a9353d21cd737725",
                "Name": "kidcluster-bind",
                "State": "running"
            }
        ],
        "CreateCgroup": true,
        "CreateCommand": [
            "podman",
            "pod",
            "create",
            "--name",
            "kidcluster-service-pod",
            "--network",
            "kidcluster-service-bridge",
            "--hostname",
            "service.kidcluster.kubeinit.local",
            "--dns",
            "10.0.0.253",
            "--dns",
            "10.11.5.160",
            "--dns-search",
            "kidcluster.kubeinit.local"
        ],
        "CreateInfra": true,
        "Created": "2023-10-31T03:21:09.843901667+02:00",
        "ExitPolicy": "continue",
        "Hostname": "service.kidcluster.kubeinit.local",
        "Id": "c907048c10d482a506a2b3f49a40d8e5db62a54a9123381eaec44a46c758de1f",
        "InfraConfig": {
            "DNSOption": null,
            "DNSSearch": [
                "kidcluster.kubeinit.local"
            ],
            "DNSServer": [
                "10.0.0.253",
                "10.11.5.160"
            ],
            "HostAdd": null,
            "HostNetwork": false,
            "NetworkOptions": null,
            "Networks": [
                "kidcluster-service-bridge"
            ],
            "NoManageHosts": false,
            "NoManageResolvConf": false,
            "PortBindings": {},
            "StaticIP": "",
            "StaticMAC": "",
            "pid_ns": "private",
            "userns": "host",
            "uts_ns": "private"
        },
        "InfraContainerID": "64293d82b99919481adbfa64677ff4dd08cfe22822a57cc1b2931b07af72067d",
        "Name": "kidcluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "ipc",
            "net",
            "uts"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f kidcluster-service-pod"
]