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

16
inventory/hosts.yml Normal file
View file

@ -0,0 +1,16 @@
# NetBox Deployment Inventory
# Example inventory file for NetBox deployment
[netbox]
# Add your NetBox server(s) here
# Example:
# netbox-server ansible_host=192.168.1.100 ansible_user=ubuntu
# netbox-server-2 ansible_host=192.168.1.101 ansible_user=ubuntu
# Uncomment and modify the following line to add your server:
# netbox-server ansible_host=YOUR_SERVER_IP ansible_user=YOUR_USERNAME
[netbox:vars]
# Group variables can be defined here or in group_vars/netbox.yml
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
ansible_python_interpreter=/usr/bin/python3