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
27 Oct 2023 17:39:38 +0000 00:02:12.96 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 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_4c4aefb8aee2ea6fc0ed57fd4a411f23d0953f070db6b425d43b2b2e582af591.slice",
        "Containers": [
            {
                "Id": "24a6a4341e1bf3c491915875a5e6afc8d96a354a685c7e91483ee76abe5905b3",
                "Name": "4c4aefb8aee2-infra",
                "State": "running"
            },
            {
                "Id": "7ab0a4b3429a2762e6357d0570d63efac4f74973bb05e42770f0bba3bf8e970c",
                "Name": "kidcluster-provision",
                "State": "running"
            },
            {
                "Id": "828e9343e74707d7d6e14475461db92943bb993055877cef98242d2b402e3ba0",
                "Name": "kidcluster-bind",
                "State": "running"
            },
            {
                "Id": "c7e2267df8bf0ef6d17908710bc6cf959ac4c092d11d8002719d07e5576f278e",
                "Name": "kidcluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "df6fb36ff9d617fd6eb55983738d45b82e6a01cf181635e77c3ec4fe1a104434",
                "Name": "kidcluster-haproxy",
                "State": "running"
            },
            {
                "Id": "e3b2a713d722e4992b8f182b60a9155633868176f08e4a56fca0015d4745e820",
                "Name": "kidcluster-registry",
                "State": "running"
            },
            {
                "Id": "fd395c5f508f8936be568b4e7590aac05ca998385565f6fb286e053da908ed92",
                "Name": "kidcluster-apache",
                "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-27T20:28:06.932761039+03:00",
        "ExitPolicy": "continue",
        "Hostname": "service.kidcluster.kubeinit.local",
        "Id": "4c4aefb8aee2ea6fc0ed57fd4a411f23d0953f070db6b425d43b2b2e582af591",
        "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": "24a6a4341e1bf3c491915875a5e6afc8d96a354a685c7e91483ee76abe5905b3",
        "Name": "kidcluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "uts",
            "ipc",
            "net"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f kidcluster-service-pod"
]