FLaco
FLaco
Hi, In my case, RQ will be trigger by a flask API. My API clients will trigger a job, and they can get the result with another API. But I...
I suspect that swagger is using the HTTP Header "Host xxxxx.com" to return the swagger.json file. I can't find anything on the doncumentation to avoid this behavior. ### **Context** _Info:...
Hello guys, When we follow examples (http://napalm.readthedocs.io/en/latest/tutorials/ansible-napalm.html or https://github.com/napalm-automation/napalm-ansible#examples), the `hostname` is using the `{{ inventory_hostname }}` But a classic host file is : ``` [cisco] spine1 ansible_host=10.0.100.101 spine2 ansible_host=10.0.100.102...
##### SUMMARY Can't pass any command to my WLC controller ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME `aireos_command` ##### ANSIBLE VERSION ```paste below ansible 2.10.3 config file =...
Hello @ktbyers Just would like to know why you close the session and reopen it if `config global` does not work ? https://github.com/ktbyers/netmiko/blob/5bbbb737a934d044e2b496194512d43c9ac735bb/netmiko/fortinet/fortinet_ssh.py#L54 In my case, this command is not...
## Related Issue Fixes https://github.com/ronf/asyncssh/issues/520 ## Description When using variables in ssh config file like `%h` or `%p`, `asyncssh` is doing token substitution with host address and port. But since...
### Change Type Addition ### Area Functionality/features ### Proposed Changes Since `suzieq` nor `asyncssh` does not support multiplexing ssh session, I've found a way to do it. I'll try to...
Hi, I'm trying to build a docker image with your plugin, but I get an error when I try to pip install : ``` Step 3/3 : RUN pip3 install...
### Environment * Nautobot version (Docker tag too if applicable): 1.4.2-py3.8 * Python version: * Database platform, version: * Middleware(s): ### Steps to Reproduce 1. Make an API call to...