Skip to content

jtdub/ansible-install-nautobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e94950c · Feb 26, 2021

History

4 Commits
Feb 26, 2021
Feb 26, 2021
Feb 26, 2021

Repository files navigation

Ansible: Install Nautobot

This repository is a set of playbooks that installs everything that is needed for Nautobot on a Redhat-based Linux Distribution.

Installing

  1. Install git. 1a. yum -y install git
  2. Clone this repository to the system that you want to install Nautobot on. 2a. git clone https://github.com/jtdub/ansible-install-nautobot.git
  3. Enter the repository directory. 3a. cd ansible-install-nautobot
  4. Execute the shell scripts to setup the prerequisites. 4a. ./scripts/run.sh
  5. Modify ./playbooks/group_vars/all to suit your needs.
  6. Execute ansible. 6a. ansible-playbook -b playbooks/nautobot.yaml
  7. Create admin account in Nautobot. 7a. sudo su - nautobot /opt/nautobot/venv/bin/nautobot-server --config /opt/nautobot/nautobot_config.py createsuperuser
  8. Profit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published