The generated inventory hardcodes ansible_host as 192.168.{bridge_base + team_id}.{200 + seq} and ignores the topology cidr_template. The address handed to Ansible may not match what the playbook/cloud-init actually provisions on the VM. Derive the host IP from the topology network definition instead.
The generated inventory hardcodes
ansible_hostas192.168.{bridge_base + team_id}.{200 + seq}and ignores the topologycidr_template. The address handed to Ansible may not match what the playbook/cloud-init actually provisions on the VM. Derive the host IP from the topology network definition instead.