Nathan Wheeler
Nathan Wheeler
I'd say two options: Simple: ```Python if not r.status_code == 200: raise ValueError( f"Error retrieving data from NetBox: {r.text}" ) ``` Complex: ```python if not r.status_code == 200: try: raise...
Pasting your config may help. I had the same problem I think. I switched the value from a tuple to a list and it works now. At least I'm pretty...
- load balancer
Assign to me please, I'd like to attempt to implement.
I am weary of adding another option to the inventory plugin as we do have a lot already. I am guilty of getting more added too. I haven't heard of...
I gave this a try myself. @kcbark, could you try it out to see if this is what you were thinking? See here for the code: https://github.com/nahun/ansible_modules/blob/vc-members/plugins/inventory/nb_inventory.py. Add the `virtual_chassis_members:...
Happy Holidays! I need to rebase my branch and get the pieces for testing added. I'll create a PR when ready. Just FYI, the way I'm implementing this is another...
I use RHEL7 today with Python3.7 and Ansible and Ansible Tower. It wasn't the easiest to get working but it is definitely possible. We compiled Python3.7 and got SELinux module...
I'm not sure if my QSFP changes are correct, but it seems good for Cisco IOS at least. I know the testing is failing for Cisco Nexus though. Probably need...
Interesting, I can't find any reason that would be happening. @i4networks, can you post more information like your `config.yml` and `devices.yml`? I thought maybe it was due to not using...