Netbox installation
  • Prerequisites
  • PostgreSQL Installation
  • Redis Installation
  • NetBox Installation
  • Gunicorn Configuration
  • HTTP Server Setup
  • Playbook - Ansible
Powered by GitBook
On this page
  • System Update
  • Git Installation
  • Ansible Installation

Prerequisites

System Update

sudo apt update && sudo apt full-upgrade -y

Git Installation

sudo apt install git -y

Ansible Installation

sudo apt install ansible -y
NextPostgreSQL Installation

Last updated 1 year ago