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