Difference between revisions of "How to install Netbox"

From ppwiki
Jump to navigation Jump to search
(Created page with " NetBox is an open source web application the is design to manage a network infrastructure. In this tutorial, we will be installing Netbox using puppet for the installation...")
 
Line 1: Line 1:
NetBox is an open source web application the is design to manage a network infrastructure.
+
NetBox is an open source web application the is design to manage a network infrastructure.
  
 
In this tutorial, we will be installing Netbox using puppet  for the installation and a bash script for the basic configuration.  
 
In this tutorial, we will be installing Netbox using puppet  for the installation and a bash script for the basic configuration.  

Revision as of 21:54, 9 September 2018

NetBox is an open source web application the is design to manage a network infrastructure.

In this tutorial, we will be installing Netbox using puppet for the installation and a bash script for the basic configuration.

Prerequisites

For this turtorail, we will need:

  • A puppet master node
  • The netbox node
  • The puppetlabs postgresql module
  • The puppetlabs-vcsrepo module

Installation

Download modules

Create the class

Setup hiera

Run puppet

Configuration

Conclusion

References

https://netbox.readthedocs.io/en/stable/