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 06:23:40 +0000 00:03:18.49 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 3 6 348 406 23 1

Task result details

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
actions
[
    "deleted okdcluster-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": "okdcluster-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_6354ce6c980431903b7976e7834aaf24a3472e22e00c35284863c0f0f543c1cf.slice",
        "Containers": [
            {
                "Id": "27d916dce28891b091626efc7cf809b6074586695c1ab59a639c492d25bfe254",
                "Name": "okdcluster-apache",
                "State": "running"
            },
            {
                "Id": "2bef31311bfb868d05db0ac330ec34da775de61a320f8103f784706f1078e892",
                "Name": "okdcluster-bind",
                "State": "running"
            },
            {
                "Id": "c558a31f4b095ac05f3766f80834adf8d3e122ceba97d2ab52b5c423b046e248",
                "Name": "okdcluster-haproxy",
                "State": "running"
            },
            {
                "Id": "d4d4684f56363f65578a5844daad7ab72f1ea31dca07dc31a5a02c3b81eb7586",
                "Name": "okdcluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "d6f8ad303d20a6006a440dd2dca1eb9808fba01954f631cf0b8d5164d3eb58ca",
                "Name": "okdcluster-registry",
                "State": "running"
            },
            {
                "Id": "e650545951d6b89329f4fd2f2e557fe87ef58028f9271249e5dc663250eb8f9c",
                "Name": "6354ce6c9804-infra",
                "State": "running"
            },
            {
                "Id": "edbae0236a14ea6267bc920c80af6b92b53c8802c33fddf2576452bad7b6e86b",
                "Name": "okdcluster-provision",
                "State": "running"
            }
        ],
        "CreateCgroup": true,
        "CreateCommand": [
            "podman",
            "pod",
            "create",
            "--name",
            "okdcluster-service-pod",
            "--network",
            "okdcluster-service-bridge",
            "--hostname",
            "service.okdcluster.kubeinit.local",
            "--dns",
            "10.0.0.253",
            "--dns",
            "10.11.5.160",
            "--dns-search",
            "okdcluster.kubeinit.local"
        ],
        "CreateInfra": true,
        "Created": "2024-05-05T09:06:17.676138188+03:00",
        "ExitPolicy": "continue",
        "Hostname": "service.okdcluster.kubeinit.local",
        "Id": "6354ce6c980431903b7976e7834aaf24a3472e22e00c35284863c0f0f543c1cf",
        "InfraConfig": {
            "DNSOption": null,
            "DNSSearch": [
                "okdcluster.kubeinit.local"
            ],
            "DNSServer": [
                "10.0.0.253",
                "10.11.5.160"
            ],
            "HostAdd": null,
            "HostNetwork": false,
            "NetworkOptions": null,
            "Networks": [
                "okdcluster-service-bridge"
            ],
            "NoManageHosts": false,
            "NoManageResolvConf": false,
            "PortBindings": {},
            "StaticIP": "",
            "StaticMAC": "",
            "pid_ns": "private",
            "userns": "host",
            "uts_ns": "private"
        },
        "InfraContainerID": "e650545951d6b89329f4fd2f2e557fe87ef58028f9271249e5dc663250eb8f9c",
        "Name": "okdcluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "uts",
            "ipc",
            "net"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f okdcluster-service-pod"
]