Playbook #2 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Determine facts needed to prepare all hypervisor hosts
- Task: kubeinit.kubeinit.kubeinit_prepare : Set cluster_nodes_map_list fact to defaults
- Action: ansible.builtin.set_fact
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_prepare/tasks/gather_kubeinit_facts.yml:223
- Host: localhost
- Status: ok
- Started: 30 Oct 2023 01:01:20 +0000
- Ended: 30 Oct 2023 01:01:20 +0000
- Duration: 00:00:00.02
- Tags:
- task_gather_facts
Field | Value |
---|---|
ansible_facts |
{ "cluster_nodes_map_list": [ { "os": "{{ hostvars['kubeinit-defaults'].cluster_node_os }}" }, { "maxvcpus": 16, "vcpus": 8, "when_type": "virtual" }, { "disk": "25G", "ram": 25165824, "target_order": [ "hypervisor-01" ], "when_group": "controller_nodes" }, { "disk": "30G", "ram": 8388608, "target_order": [ "hypervisor-02", "hypervisor-01" ], "when_group": "compute_nodes" } ] } |
changed |
False |