feat: initial playbook
This commit is contained in:
parent
99bfb97ee7
commit
f8e1de4f0a
30 changed files with 1097 additions and 2 deletions
11
host_vars/netbox-server.yml.example
Normal file
11
host_vars/netbox-server.yml.example
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue