nb_inventory #8930
Unanswered
MercifulCamel
asked this question in
Q&A
nb_inventory
#8930
Replies: 1 comment 1 reply
-
That doesn't really make any sense. Netbox is one inventory source; /etc/ansible/hosts is a different inventory source. You can test the Netbox inventory by using
But once you've configured ansible to use netbox as its inventory, then it will no longer need to look in /etc/ansible/hosts at all. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm probably just missing something somewhere but I cant seem to wrap my head around it so thought I would ask here.
So I currently have a inventory file that looks like this
I'm currently trying to get it too gather variables from Netbox and then run it against the hosts in /etc/ansible/hosts and check if there are available resources too run VMs with vGPUs.
Beta Was this translation helpful? Give feedback.
All reactions