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
03 Mar 2024 09:48:46 +0000 00:03:41.23 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 3 10 356 414 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_03a991f3ef176b6c9db2c34a333ee6032bd2bc4d772ac7060a0ed99ef20cd77e.slice",
        "Containers": [
            {
                "Id": "023a377ee028a418fc98ca8b4a3b5b89b3b3ba3b0e4756ed4c2e969c55f18bbe",
                "Name": "cdkcluster-registry",
                "State": "running"
            },
            {
                "Id": "1d2d9e64a1a6d9813380da2fdc48b84ebccc7bf6f02a6037d374333612318937",
                "Name": "03a991f3ef17-infra",
                "State": "running"
            },
            {
                "Id": "74fd77c3e5a5c3f3c5805f24930287b00e761df14792bed177999a2ab745e513",
                "Name": "cdkcluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "976b0ac5b7fe1cac93d5f9f26f3ddbddaa49e047be6e3bf1bc4f033a00ae8573",
                "Name": "cdkcluster-apache",
                "State": "running"
            },
            {
                "Id": "a49f94119755cbeb84e311a3151a51dc0f58929098a9bf7a6ef27d3c91234de1",
                "Name": "cdkcluster-provision",
                "State": "running"
            },
            {
                "Id": "a591ae0df51700ff434b296864756ac64571bbf1b647305de643655bf167cdf1",
                "Name": "cdkcluster-bind",
                "State": "running"
            },
            {
                "Id": "aca6c2ea229d5fbbea2413010aa03a33aa205361689766abb61d1326d7aa1593",
                "Name": "cdkcluster-haproxy",
                "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": "2024-03-03T11:02:16.838171959+02:00",
        "ExitPolicy": "continue",
        "Hostname": "service.cdkcluster.kubeinit.local",
        "Id": "03a991f3ef176b6c9db2c34a333ee6032bd2bc4d772ac7060a0ed99ef20cd77e",
        "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": "1d2d9e64a1a6d9813380da2fdc48b84ebccc7bf6f02a6037d374333612318937",
        "Name": "cdkcluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "ipc",
            "net",
            "uts"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f cdkcluster-service-pod"
]