netbox-ansible/inventory/hosts.yml
2025-09-27 13:36:00 -04:00

14 lines
No EOL
310 B
YAML

# NetBox Deployment Inventory
# Example inventory file for NetBox deployment
netbox_servers:
hosts:
netbox:
ansible_host: netbox.lan
ansible_user: scrappy
# Uncomment and modify the following line to add your server:
# netbox-server ansible_host=YOUR_SERVER_IP ansible_user=YOUR_USERNAME