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 02:10:23 +0000 00:02:29.06 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 2 9 354 353 23 1

Task result details

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
actions
[
    "deleted cdkcluster-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": "cdkcluster-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_69755a7d2c0d1a518e60502161ba6a21a453e0638f325a4b9cd45c364ad753cb.slice",
        "Containers": [
            {
                "Id": "06d554cb227f55298a1d50d861c8bbcd20287132e718e37bccdfc38778cc86e5",
                "Name": "cdkcluster-bind",
                "State": "running"
            },
            {
                "Id": "3f5fa12326bc6e35370e41571f2f095b8fe9030f9b69a8e6a795648fa85f9e60",
                "Name": "cdkcluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "665e920b7189fd22ec8bd9c3ac7f909332753449681341eb75e4a5579c97b1ba",
                "Name": "cdkcluster-provision",
                "State": "running"
            },
            {
                "Id": "6cb2683bc7c00a6461e42a5782a1841a5426e84406839454753643b044ab151d",
                "Name": "69755a7d2c0d-infra",
                "State": "running"
            },
            {
                "Id": "7cd6c1772a4ec85a9f70ef79d38391da21b907bcc19afcc6b5e2b5dcaa6e88de",
                "Name": "cdkcluster-haproxy",
                "State": "running"
            },
            {
                "Id": "92ab2b53b89148a43c546c90f9adad1ce84cbf0e27dd6e2d0f2c6eadabc2748b",
                "Name": "cdkcluster-apache",
                "State": "running"
            },
            {
                "Id": "aed70edbb62056820f77a8cfc3baf8163313d40bbf0ed79995da6b285d791a75",
                "Name": "cdkcluster-registry",
                "State": "running"
            }
        ],
        "CreateCgroup": true,
        "CreateCommand": [
            "podman",
            "pod",
            "create",
            "--name",
            "cdkcluster-service-pod",
            "--network",
            "cdkcluster-service-bridge",
            "--hostname",
            "service.cdkcluster.kubeinit.local",
            "--dns",
            "10.0.0.253",
            "--dns",
            "10.11.5.160",
            "--dns-search",
            "cdkcluster.kubeinit.local"
        ],
        "CreateInfra": true,
        "Created": "2023-10-31T03:58:47.915402756+02:00",
        "ExitPolicy": "continue",
        "Hostname": "service.cdkcluster.kubeinit.local",
        "Id": "69755a7d2c0d1a518e60502161ba6a21a453e0638f325a4b9cd45c364ad753cb",
        "InfraConfig": {
            "DNSOption": null,
            "DNSSearch": [
                "cdkcluster.kubeinit.local"
            ],
            "DNSServer": [
                "10.0.0.253",
                "10.11.5.160"
            ],
            "HostAdd": null,
            "HostNetwork": false,
            "NetworkOptions": null,
            "Networks": [
                "cdkcluster-service-bridge"
            ],
            "NoManageHosts": false,
            "NoManageResolvConf": false,
            "PortBindings": {},
            "StaticIP": "",
            "StaticMAC": "",
            "pid_ns": "private",
            "userns": "host",
            "uts_ns": "private"
        },
        "InfraContainerID": "6cb2683bc7c00a6461e42a5782a1841a5426e84406839454753643b044ab151d",
        "Name": "cdkcluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "uts",
            "ipc",
            "net"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f cdkcluster-service-pod"
]