For ansible to run:
export no_proxy=*
ansible-playbook get_and_set_next_available.yml
Demonstration of GraphQL vs REST Inventories. Show the groupings based on data in Nautobot. Sites & Device Types & Roles
ansible-inventory -i graphql_inventory.yml --list
ansible-inventory -i rest_inventory.yml --list
Gathers primary IP address from Nautobot and prints out a message.
python nornir_example.py