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
23 Oct 2023 16:24:24 +0000 00:02:17.61 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 2 6 348 347 23 1

Task result details

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
actions
[
    "deleted rkecluster-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": "rkecluster-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_b11e0c2eca103774266f10a21e0bb1e5834118a742e82815bdcd9da2d4fbee4b.slice",
        "Containers": [
            {
                "Id": "766a944da70e599f01ce7bae32c26c37b0cd8bb476a1589d274842595a5f2ffb",
                "Name": "rkecluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "971c40b4276b95dcceda4823bd3db0f35f8e7c8fce44e55cad15075bf84afb32",
                "Name": "rkecluster-provision",
                "State": "running"
            },
            {
                "Id": "9b1dbe5e099cebfe7a11483628ee5afa5956a6d4a05504cda3827bb71269bd53",
                "Name": "b11e0c2eca10-infra",
                "State": "running"
            },
            {
                "Id": "b08429cd7884728b747ba26b58337fec8b8bf49a5275a5b98bd13beb0f0084ae",
                "Name": "rkecluster-bind",
                "State": "running"
            },
            {
                "Id": "d04e1b8225442c355f5966ab2eac2cf8952e48a11305b6a16c289ea73f5e4079",
                "Name": "rkecluster-registry",
                "State": "running"
            },
            {
                "Id": "f20d9094cb15f382a72298d21e5106d1db5bb2f9fbe5274d174c730ff0ce5f3e",
                "Name": "rkecluster-haproxy",
                "State": "running"
            },
            {
                "Id": "f864f997b4f44d2653e5532ec05995de96f53f15a6a3c628af619b61f0303f2c",
                "Name": "rkecluster-apache",
                "State": "running"
            }
        ],
        "CreateCgroup": true,
        "CreateCommand": [
            "podman",
            "pod",
            "create",
            "--name",
            "rkecluster-service-pod",
            "--network",
            "rkecluster-service-bridge",
            "--hostname",
            "service.rkecluster.kubeinit.local",
            "--dns",
            "10.0.0.253",
            "--dns",
            "10.11.5.160",
            "--dns-search",
            "rkecluster.kubeinit.local"
        ],
        "CreateInfra": true,
        "Created": "2023-10-23T19:05:06.50217355+03:00",
        "ExitPolicy": "continue",
        "Hostname": "service.rkecluster.kubeinit.local",
        "Id": "b11e0c2eca103774266f10a21e0bb1e5834118a742e82815bdcd9da2d4fbee4b",
        "InfraConfig": {
            "DNSOption": null,
            "DNSSearch": [
                "rkecluster.kubeinit.local"
            ],
            "DNSServer": [
                "10.0.0.253",
                "10.11.5.160"
            ],
            "HostAdd": null,
            "HostNetwork": false,
            "NetworkOptions": null,
            "Networks": [
                "rkecluster-service-bridge"
            ],
            "NoManageHosts": false,
            "NoManageResolvConf": false,
            "PortBindings": {},
            "StaticIP": "",
            "StaticMAC": "",
            "pid_ns": "private",
            "userns": "host",
            "uts_ns": "private"
        },
        "InfraContainerID": "9b1dbe5e099cebfe7a11483628ee5afa5956a6d4a05504cda3827bb71269bd53",
        "Name": "rkecluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "uts",
            "ipc",
            "net"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f rkecluster-service-pod"
]