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
27 Oct 2023 00:17:41 +0000 00:02:32.56 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
ansible_loop_var
item
changed
False
false_condition
(item['when_distro'] is not defined or kubeinit_cluster_distro in item['when_distro']) and item['name'] is defined
item
{
    "os": "{{ hostvars['kubeinit-defaults'].cluster_node_distro[kubeinit_cluster_distro].os }}",
    "services": [
        "bind",
        "dnsmasq",
        "haproxy",
        "apache",
        "registry",
        "apps"
    ],
    "target_order": [
        "hypervisor-01"
    ]
}
skip_reason
Conditional result was False
skipped
True



Result #2

Field Value
ansible_loop_var
item
changed
False
false_condition
(item['when_distro'] is not defined or kubeinit_cluster_distro in item['when_distro']) and item['name'] is defined
item
{
    "os": "centos",
    "when_distro": [
        "ocp",
        "okd"
    ]
}
skip_reason
Conditional result was False
skipped
True



Result #3

Field Value
add_host
{
    "groups": [
        "service_nodes"
    ],
    "host_name": "service",
    "host_vars": {
        "group": "service_nodes"
    }
}
ansible_loop_var
item
changed
True
failed
False
item
{
    "name": "service"
}