Skip to content

TeraIT-at/netbox-formula

Repository files navigation

netbox-formula =======

Install and configure Netbox (an IPAM and DCIM tool)..

Table of Contents

Currently only Ubuntu & Debian is tested

General notes

See the full SaltStack Formulas installation and usage instructions.

If you are interested in writing or contributing to formulas, please pay attention to the Writing Formula Section.

If you want to use this formula, please pay attention to the FORMULA file and/or git tag, which contains the currently released version. This formula is versioned according to Semantic Versioning.

See Formula Versioning Section for more details.

Available states

netbox.service ^^^^^^^^^^^^^^^^

Setup and configure the Netbox Service in a Python Virtualenv, managed by Supervisord

netbox.www.apache ^^^^^^^^^^^^^^^^

Install and configure Apache2 as reverse proxy to Netbox

netbox.www.nginx ^^^^^^^^^^^^^^^^

Install and configure nginx as reverse proxy to Netbox

netbox.db

Install Postgres and setup a database + user for Netbox

netbox.redis

Install Redis-Server

netbox.optional.napalm ^^^^^^^^^^^^^^^^

Installs the napalm driver

netbox.optional.rfs ^^^^^^^^^^^^^^^^

Installs packages for remote-file-storage capability

netbox.autoupgrade ^^^^^^^^^^^^^^^^

Checkout latest version from git and run upgrade script to keep Netbox updated