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
05 May 2024 07:17:06 +0000 00:03:15.62 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 3 7 350 408 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_a2c27bf2e0fe6d6c638daceefd42d6d9da2ea3ebe527ec91231624af1a5e1918.slice",
        "Containers": [
            {
                "Id": "1536c43a42b85e058965d1cf55b69e53b9044fc93606eaa8d0025a4a218c38bb",
                "Name": "a2c27bf2e0fe-infra",
                "State": "running"
            },
            {
                "Id": "61225edf33b576be59ade585f356eb5667f33fafc4166b6fcc91233533c910ab",
                "Name": "kidcluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "854221324f03fd1ab47e49a0ba5bb0547b800819d4ce2d141f2cec3eb433405a",
                "Name": "kidcluster-provision",
                "State": "running"
            },
            {
                "Id": "878a6e2d6aeb12e68ac9d24f37b26f0709b369bb18e3cd6481891ba2f2d482ed",
                "Name": "kidcluster-haproxy",
                "State": "running"
            },
            {
                "Id": "87d8e9a3c5d1028801e20e059f384db73dcff7bdb0873bbd4b2cda16a78b4e7a",
                "Name": "kidcluster-apache",
                "State": "running"
            },
            {
                "Id": "d6495bd555370e548e120d4f53b612fbaeef0f6f50174f5d541ea49299f6b86b",
                "Name": "kidcluster-bind",
                "State": "running"
            },
            {
                "Id": "f014277997a58fe3785229a4e20c5406f5bb87e96e8076c3d1513c6911e95f79",
                "Name": "kidcluster-registry",
                "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": "2024-05-05T10:05:19.350799663+03:00",
        "ExitPolicy": "continue",
        "Hostname": "service.kidcluster.kubeinit.local",
        "Id": "a2c27bf2e0fe6d6c638daceefd42d6d9da2ea3ebe527ec91231624af1a5e1918",
        "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": "1536c43a42b85e058965d1cf55b69e53b9044fc93606eaa8d0025a4a218c38bb",
        "Name": "kidcluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "ipc",
            "net",
            "uts"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f kidcluster-service-pod"
]