feat: initial playbook

This commit is contained in:
Doni Crosby 2025-09-25 19:24:11 -04:00
parent 99bfb97ee7
commit f8e1de4f0a
30 changed files with 1097 additions and 2 deletions

View file

@ -0,0 +1,11 @@
---
# Host-specific variables for NetBox deployment
# This file can be used to override group variables for specific hosts
# Example host-specific overrides:
# netbox_install_dir: "/custom/netbox/path"
# netbox_allowed_hosts: "custom.domain.com,192.168.1.100"
# netbox_time_zone: "America/New_York"
# Uncomment and modify as needed for your specific host
# netbox_superuser_email: "admin@yourdomain.com"