Deploy NetBox quickly using an Ansible playbook
Background NetBox is an infrastructure resource modelling application. It is a great tool to organize and document your infrastructure from a network and connection perspective. This Ansible playbook is created to quickly install and getting started with a NetBox environment on a Debian based server. Requirements Python 3.8, PostgresSQL 10, Redis 4 I recommend to install NetBox on a Debian 11 system witch includes these requirements in their default repository’s. Python is required to be installed on the server for…