Tyler Bigler

Results 17 issues of Tyler Bigler

[DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future release....

Consider it an official request now! - Python 2 is EOL [January 2020](https://mail.python.org/pipermail/python-dev/2018-March/152348.html). - Django 1.11 mainstream support [ended December 2017](https://www.djangoproject.com/download/#supported-versions). Why not start ripping the band-aid now? :)

enhancement
help wanted

I understand the intent of wanting an interface attached to a circuit because that's ultimately what the circuit is physically connected to. But - at least in my environment -...

enhancement

I'd love to see support for non-contiguous wildcard masks ([good post explaining them](https://routerjockey.com/2010/05/19/using-discontiguous-wildcard-masks-in-acls)). I use them quite a bit in my day to day and being able to properly match...

RTD is missing docs for v4.1.0 and v4.1.1 https://github.com/kevin1024/vcrpy/releases https://readthedocs.org/projects/vcrpy/builds/

### NetBox version v3.2.8 ### Python version 3.9 ### Steps to Reproduce 1. In `configuration.py` set the `CSRF_COOKIE_NAME` value to something other than default (`csrftoken`) 2. Login to NetBox 3....

type: bug
status: needs owner

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

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...

I have the MIB that corresponds to the oid installed on the server. If I do an `snmpwalk` in the CLI I get the proper results back, but when I...