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
31 Oct 2023 00:55:13 +0000 00:02:18.56 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 2 7 350 349 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_b764815f83de3cdefdbe1e1030f3de0c03ca222b63e47c643c4b09ea7e09bff9.slice",
        "Containers": [
            {
                "Id": "4dc63400b06e5952bae76ad90d4d4f352d575f93f04e6de7cd9b812a88fd54e3",
                "Name": "rkecluster-provision",
                "State": "running"
            },
            {
                "Id": "4df9cf38024280eca149a43d716eb038cd9fbcd8d9b184b4687fcc40fa929da7",
                "Name": "rkecluster-registry",
                "State": "running"
            },
            {
                "Id": "5915e061263d68beb9c7cfc634e428f26e7516b1e038e363153353564c807a14",
                "Name": "rkecluster-apache",
                "State": "running"
            },
            {
                "Id": "894a7db210e1d322a8eca97d9cf0576241dbc5ae718b9189551a7d8449c6307f",
                "Name": "rkecluster-bind",
                "State": "running"
            },
            {
                "Id": "ce9bb6e9966ec42db52c6664197c8eccbab4983215ef0f93ae26d05ba9344e03",
                "Name": "rkecluster-dnsmasq",
                "State": "running"
            },
            {
                "Id": "d9ac333c60a3f7669b002c0af17a95857f9303cd5a2b75bd0b2b38039b9f3972",
                "Name": "rkecluster-haproxy",
                "State": "running"
            },
            {
                "Id": "dae0d58da4e85bc501f235498252c7f41e31036963b220dfdc67783c9e105e45",
                "Name": "b764815f83de-infra",
                "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-31T02:43:49.421706459+02:00",
        "ExitPolicy": "continue",
        "Hostname": "service.rkecluster.kubeinit.local",
        "Id": "b764815f83de3cdefdbe1e1030f3de0c03ca222b63e47c643c4b09ea7e09bff9",
        "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": "dae0d58da4e85bc501f235498252c7f41e31036963b220dfdc67783c9e105e45",
        "Name": "rkecluster-service-pod",
        "NumContainers": 7,
        "SharedNamespaces": [
            "ipc",
            "net",
            "uts"
        ],
        "State": "Running"
    }
]
pod
{}
podman_actions
[
    "podman pod rm -f rkecluster-service-pod"
]