Playbook to bootstrap netbox in docker with nginx reverse proxy for SSL offloading
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Kronlage-Dammers 22942efcc1
add README
6 months ago
roles initial start of playbook to bootstrap netbox with ansible 6 months ago
.gitmodules point ansible netbox docker role to my repo with the proper branch 6 months ago
README.md add README 6 months ago
main.yml initial start of playbook to bootstrap netbox with ansible 6 months ago
server.tf initial start of playbook to bootstrap netbox with ansible 6 months ago

README.md

Playbook to bootstrap netbox with docker

This is a small playbook to get netbox via docker-compose up and running. This playbook makes use of a netbox docker-compose ansible role that I forked to bring it to the latest version. Furthermore the playbook uses a nginx ansible role to handle the SSL offloading via let's encrypt.

This playbook is useful to get quickly a netbox for playing up and running. Right now it still has a few rough edges, so I'd not recommend it to do anything production-like with it.