We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest
ansible [core 2.16.11] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/asemarkadm/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible ansible collection location = /home/asemarkadm/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] (/usr/bin/python3) jinja version = 3.0.3 libyaml = True
v4
3.8
Playbooks now not returning hosts using group by platforms. This worked ok in Netbox version 3, but looks to have stopped working in v4.
I have a platform set on device and VMs, and only see the device returned in the playbook not the VMs
hosts: platforms_windows-server-2016 Only returns hosts that are a device, not virtual machines
Platforms should return all items in Netbox
None reported
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ansible NetBox Collection version
latest
Ansible version
NetBox version
v4
Python version
3.8
Steps to Reproduce
Playbooks now not returning hosts using group by platforms. This worked ok in Netbox version 3, but looks to have stopped working in v4.
I have a platform set on device and VMs, and only see the device returned in the playbook not the VMs
hosts: platforms_windows-server-2016
Only returns hosts that are a device, not virtual machines
Expected Behavior
Platforms should return all items in Netbox
Observed Behavior
None reported
The text was updated successfully, but these errors were encountered: