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
28 Mar 2024 02:00:37 +0000 00:03:25.81 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
False
msg
All items completed
results

Result #1

Field Value
ansible_facts
{
    "service_nodes_config": [
        [
            "service",
            {
                "os": "ubuntu",
                "services": [
                    "bind",
                    "dnsmasq",
                    "haproxy",
                    "apache",
                    "registry",
                    "apps"
                ],
                "target_order": [
                    "hypervisor-01"
                ]
            }
        ]
    ]
}
ansible_loop_var
item
changed
False
failed
False
item
{
    "os": "{{ hostvars['kubeinit-defaults'].cluster_node_distro[kubeinit_cluster_distro].os }}",
    "services": [
        "bind",
        "dnsmasq",
        "haproxy",
        "apache",
        "registry",
        "apps"
    ],
    "target_order": [
        "hypervisor-01"
    ]
}



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']
item
{
    "os": "centos",
    "when_distro": [
        "ocp",
        "okd"
    ]
}
skip_reason
Conditional result was False
skipped
True



Result #3

Field Value
ansible_facts
{
    "service_nodes_config": [
        [
            "service",
            {
                "os": "ubuntu",
                "services": [
                    "bind",
                    "dnsmasq",
                    "haproxy",
                    "apache",
                    "registry",
                    "apps"
                ],
                "target_order": [
                    "hypervisor-01"
                ]
            }
        ],
        [
            "service",
            {
                "name": "service"
            }
        ]
    ]
}
ansible_loop_var
item
changed
False
failed
False
item
{
    "name": "service"
}