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
29 Oct 2023 16:40:05 +0000 00:02:38.14 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
add_host
{
    "groups": [],
    "host_name": "bootstrap",
    "host_vars": {
        "os": "coreos"
    }
}
ansible_loop_var
item
changed
True
failed
False
item
[
    "bootstrap",
    {
        "os": "coreos"
    }
]



Result #2

Field Value
add_host
{
    "groups": [],
    "host_name": "bootstrap",
    "host_vars": {
        "maxvcpus": "16",
        "vcpus": "8"
    }
}
ansible_loop_var
item
changed
True
failed
False
item
[
    "bootstrap",
    {
        "maxvcpus": 16,
        "vcpus": 8,
        "when_type": "virtual"
    }
]



Result #3

Field Value
add_host
{
    "groups": [],
    "host_name": "bootstrap",
    "host_vars": {
        "disk": "20G",
        "ram": "16777216",
        "target_order": [
            "hypervisor-02",
            "hypervisor-01"
        ]
    }
}
ansible_loop_var
item
changed
True
failed
False
item
[
    "bootstrap",
    {
        "disk": "20G",
        "ram": 16777216,
        "target_order": [
            "hypervisor-02",
            "hypervisor-01"
        ]
    }
]



Result #4

Field Value
add_host
{
    "groups": [],
    "host_name": "bootstrap",
    "host_vars": {}
}
ansible_loop_var
item
changed
False
failed
False
item
[
    "bootstrap",
    {
        "name": "bootstrap",
        "when_distro": [
            "ocp",
            "okd"
        ]
    }
]