ansible-role-netbox icon indicating copy to clipboard operation
ansible-role-netbox copied to clipboard

Cross-platform Ansible role for deploying NetBox, a DCIM/IPAM tool, in a production environment.

Results 20 ansible-role-netbox issues
Sort by recently updated
recently updated
newest added

I have reworked the playbook to use Python 3.8 from SCL on RHEL7 but haven't tested on other platforms such as Debian/Ubuntu or RHEL8. There are some workarounds for not...

enhancement

Hey guys. I haven't managed to proactively keep this role in sync with upstream (living circumstances over the past year and a half haven't been very conducive to many activities),...

help wanted

Currently, the `uwsgi` installation isn't done into a virtual environment, but the environment of `ansible_python_interpreter`, which may not be using the same python binary that the NetBox venv is using....

It's possible, particularly now with plugins, to have a need for multiple `rq-workers` in the environment to process all the background tasks simultaneously. The default one-worker deployment could fall behind...

enhancement

When deploying/updating Netbox across two hosts that share a backend database everything works great in parallel except for running manage.py migrate, whichever host runs second fails sometimes because the first...

enhancement

It would be nice to setup the API Token for the superuser, to ensure that objects in NetBox could be created directly after installing.

enhancement
good first issue

https://github.com/netbox-community/netbox/issues/5532 I checked on my CentOS 7 host and rh-python38 exists as a software collection so we should be able to change the package install portion to require that and...

enhancement

Netbox doesn't deploy on RHEL/CentOS 7 python36 with pip3 v9.0.3 due to current release of cryptography depended on by NAPALM depending on rust during the build/install process, pip3 v9.0.3 setuptools...

enhancement

Is there any interest from other users in switching to an environment variable setup (sometimes paired with the '12 factor app' concept) for configuration settings, rather than having the playbook...

First of all sorry for the 2 things in the pull request #116 : I'm quite new to git. While running this role i got a deprecation warning at installing...