Martin Beckert
Martin Beckert
I saw that some people already asked for a Django example, but nobody provided a full example for Django. I also want to use Loguru for my Django 4.2 project,...
Have you already heard about [pipenv](https://github.com/pypa/pipenv)? I saw that you talking about replacing several package managers and virtualization managers, but I didn't see you mentioning `pipenv`. Key benefits of using...
**draft** ##### SUMMARY Fixes #794 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME nxos_snmp_server ##### ADDITIONAL INFORMATION I changed the `community` command logic to the `user` command logic,...
##### SUMMARY Two commands need to be split into two commands each, so four commands in total. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME nxos_snmp_server ##### ANSIBLE VERSION...
##### SUMMARY When deleting a `port_protocol` from an ACL ACE the `no ` command is missing and an error-message will be provided as the to be changed/configured sequence number already...
##### SUMMARY I'm already using SNMPv3 as a manual configuration on my EOS 24.x devices. I now want to use Ansible for this configuration task: ``` - name: SNMP test...
##### SUMMARY Arista EOS uses port number translation, e.g. port 22 is `ssh` in Arista ACLs. When using port names with an `-` like `bfd-echo` will be used as `bfd_echo`...
##### SUMMARY When deleting a `port_protocol` from an ACL ACE the `no ` command is missing and an error-message will be provided as the to be changed/configured sequence number already...
The objects within layer3domains are missing in the `ndcli list containers` with or without the `layer3domain ` parameter when no prefix is provided. ``` dzgaaj@vm-jumphost:~$ ndcli list containers layer3domain 6724-swh-pwcrypt-vrf...
The error can be reproduced with the following commands: ``` ndcli list containers 0.0.0.0/0 ndcli list containers layer3domain default 0.0.0.0/0 ndcli list containers layer3domain 6724-global 0.0.0.0/0 ``` Output: ``` dzgaaj@vm-jumphost:~$...