Playbook #1

/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:01:56 +0000 00:38:07.95 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 5 6 825 825 48 1

Task result details

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
add_host
{
    "groups": [],
    "host_name": "controller-01",
    "host_vars": {
        "os": "coreos"
    }
}
ansible_loop_var
item
changed
True
failed
False
item
[
    "controller-01",
    {
        "os": "coreos"
    }
]



Result #2

Field Value
add_host
{
    "groups": [],
    "host_name": "compute-01",
    "host_vars": {
        "os": "coreos"
    }
}
ansible_loop_var
item
changed
True
failed
False
item
[
    "compute-01",
    {
        "os": "coreos"
    }
]



Result #3

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



Result #4

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



Result #5

Field Value
add_host
{
    "groups": [],
    "host_name": "controller-01",
    "host_vars": {
        "disk": "25G",
        "ram": "25165824",
        "target_order": [
            "hypervisor-01"
        ]
    }
}
ansible_loop_var
item
changed
True
failed
False
item
[
    "controller-01",
    {
        "disk": "25G",
        "ram": 25165824,
        "target_order": [
            "hypervisor-01"
        ],
        "when_group": "controller_nodes"
    }
]



Result #6

Field Value
add_host
{
    "groups": [],
    "host_name": "compute-01",
    "host_vars": {}
}
ansible_loop_var
item
changed
False
failed
False
item
[
    "compute-01",
    {
        "disk": "25G",
        "ram": 25165824,
        "target_order": [
            "hypervisor-01"
        ],
        "when_group": "controller_nodes"
    }
]



Result #7

Field Value
add_host
{
    "groups": [],
    "host_name": "controller-01",
    "host_vars": {}
}
ansible_loop_var
item
changed
False
failed
False
item
[
    "controller-01",
    {
        "disk": "30G",
        "ram": "16777216",
        "target_order": [
            "hypervisor-02",
            "hypervisor-01"
        ],
        "when_group": "compute_nodes"
    }
]



Result #8

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