This repository is a set of playbooks that installs everything that is needed for Nautobot on a Redhat-based Linux Distribution.
- Install
git
.-
yum -y install git
-
- Clone this repository to the system that you want to install Nautobot on.
-
git clone https://github.com/jtdub/ansible-install-nautobot.git
-
- Enter the repository directory.
-
cd ansible-install-nautobot
-
- Execute the shell scripts to setup the prerequisites
-
./scripts/run.sh
-
- Modify
./playbooks/group_vars/all
to suit your needs. - Execute ansible.
-
ansible-playbook -b playbooks/nautobot.yaml
-
- Create admin account in Nautobot.
-
sudo su - nautobot /opt/nautobot/venv/bin/nautobot-server --config /opt/nautobot/nautobot_config.py createsuperuser
-
- Profit.