feat: deployable playbook
This commit is contained in:
parent
f8e1de4f0a
commit
7ab2b719dc
23 changed files with 754 additions and 176 deletions
|
|
@ -1,16 +1,14 @@
|
|||
# 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
|
||||
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
|
||||
|
||||
[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
|
||||
# netbox-server ansible_host=YOUR_SERVER_IP ansible_user=YOUR_USERNAME
|
||||
Loading…
Add table
Add a link
Reference in a new issue