Playbook #2

/root/kubeinit/ci/builds/bsU8uCNn/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
19 Apr 2024 09:19:42 +0000 00:03:28.47 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 3 10 356 414 23 1

Task result details

Field Value
changed
True
msg
All items completed
results

Result #1

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



Result #2

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



Result #3

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



Result #4

Field Value
add_host
{
    "groups": [],
    "host_name": "juju-controller",
    "host_vars": {
        "ram": "8388608"
    }
}
ansible_loop_var
item
changed
True
failed
False
item
[
    "juju-controller",
    {
        "name": "juju-controller",
        "ram": 8388608,
        "when_distro": [
            "cdk"
        ]
    }
]