14 lines
No EOL
310 B
YAML
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 |