Ryan Merolle
Ryan Merolle
Missing modules/lookups include: - [x] #335 - [x] #610 - [x] #720 - [x] #726 - Reports (maybe just a lookup) - Scripts (maybe just a lookup)
##### ISSUE TYPE - Feature Idea ##### SOFTWARE VERSIONS ###### Ansible: 2.10.4 ###### Netbox: 2.11.11 ###### Collection: 3.1.1 ##### SUMMARY netbox_inventory plugin ability to only pull group names when using...
This includes multiple tasks: - [x] Correct doc links - [ ] Add linting & general CI - [ ] Add Issue templates - [ ] Add PR template -...
Closes Issue #57
Audit cable connections in NetBox using NAPALM LLDP check from the UI, but do it in a single report for all devices where NAPALM LLDP is available.
# ISSUE TYPE - Feature Idea # ANSIBLE VERSION ``` ansible 2.9.0 config file = None configured module search path = ['/home/user/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/user/.local/lib/python3.6/site-packages/ansible executable...
##### SUMMARY It would be useful to natively use ansible when backing up or applying config, if `diff` option is selected, to override the `supports_onbox_diff` even when the remote eos...
##### SUMMARY It would be useful to natively use ansible when backing up or applying config, for the `show running-config` via the json format. ##### ISSUE TYPE - Feature Idea...
##### SUMMARY When running: ```yaml - name: DIFF FULL CONFIGS arista.eos.eos_config: diff_against: intended intended_config: "{{ lookup('file', intended_config_path) }}" check_mode: False diff: True register: audit_config - debug: msg: "intended_config: {{ lookup('file',...