You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/network
Paul Neumann 39673dfc37 ios_facts: Fix minor aesthetical glitches (#46577)
* ios_facts: Fix LLDP gathering without neighbors

When LLDP is enabled but no neighbors are present, the following
structure is generated:
...
            "ansible_net_neighbors": {
                "null": [
                    {
                        "host": null,
                        "port": null
                    }
                ]
            },
...
If we are not able to find any relevant LLDP information, bail out early
so cases like shown above are handled more gracefully.

* ios_facts: Remove trailing space in lineprotocol

Some Cisco devices (at least CSR1000V 16.6.4) add a space after the
line protocol. This causes the space to be present in the result of
fact gathering:
            "ansible_net_interfaces": {
                "GigabitEthernet2": {
...
                    "lineprotocol": "up ",

Be more clear about scanning the output to avoid this behaviour.
7 years ago
..
a10 Surround top-level function and class definitions with two blank lines. 7 years ago
aci added period in description. Changed integration test to work correctly. 7 years ago
aireos Adding changed option to save_when for aireos (#40681) 8 years ago
aos To improve readability, we added a line feed. (#43801) 7 years ago
aruba Clean up module documentation (#36909) 8 years ago
asa Update asa_config.py (#46448) 7 years ago
avi Surround top-level function and class definitions with two blank lines. 7 years ago
bigswitch Surround top-level function and class definitions with two blank lines. 7 years ago
citrix Stub out modules scheduled for 2.8 removal (#44985) 7 years ago
cli cli_config module doc update (#45345) 7 years ago
cloudengine Surround top-level function and class definitions with two blank lines. 7 years ago
cloudvision Clean up module documentation (#36909) 8 years ago
cnos Lenovo cli bugfixes (#45278) 7 years ago
cumulus Fixup removed and deprecated modules 7 years ago
dellos6 Fixes #41549 (#41551) 7 years ago
dellos9 Surround top-level function and class definitions with two blank lines. 7 years ago
dellos10 Fixes #41549 (#41551) 7 years ago
edgeos network command modules cleanup (#45242) 7 years ago
enos Surround top-level function and class definitions with two blank lines. 7 years ago
eos added jinja2 example (#46445) 7 years ago
exos Docs: Avoid use of 'default: null' (#45795) 7 years ago
f5 Adds bigiq_device_facts module (#45822) 7 years ago
files Corrects module name in net_get module doc (#43816) 7 years ago
fortimanager Initial commit of fmgr_sys_proxy.py (#45518) 7 years ago
fortios Docs: Avoid use of 'default: null' (#45795) 7 years ago
ftd [network] fix typo in ftd_configuration - all operation(s) are performed over REST API (#45977) 7 years ago
illumos More validate module fixes (#39097) 8 years ago
interface Network modules to link to network guide (#37033) 8 years ago
ios ios_facts: Fix minor aesthetical glitches (#46577) 7 years ago
iosxr Clean up Vault docs in User Guide. (#46188) 7 years ago
ironware Change Brocade references to Extreme (#40571) 8 years ago
junos Clean up Vault docs in User Guide. (#46188) 7 years ago
layer2 Specify default delay (DOCUMENTATION only change) (#30344) 8 years ago
layer3 Specify default delay (DOCUMENTATION only change) (#30344) 8 years ago
meraki meraki_network - Fix enabling my.meraki.com (#45352) 7 years ago
netact Netact cm command2 (#34873) 8 years ago
netconf fix: check execute_lock boolean, not lock string var (#45329) 7 years ago
netscaler Netscaler various fixes (#34800) 8 years ago
netvisor Surround top-level function and class definitions with two blank lines. 7 years ago
nos Remove unused import and lines, to make linter happy (#45665) 7 years ago
nso nso_verify handle leaf-list in 4.5 and identityref (#37393) 8 years ago
nuage Clean up module documentation (#36909) 8 years ago
nxos nxos_evpn_vni check_mode (#46612) 7 years ago
onyx issue:43021 add support for onyx version 3.6.6000 and above (#44527) 7 years ago
opx Docs updated and review comments addressed (#45133) 7 years ago
ordnance Surround top-level function and class definitions with two blank lines. 7 years ago
ovs openvswitch_db : Handle column value conversion and idempotency in no_key case (#43869) 7 years ago
panos Correct capitalization of PyPI (#45698) 7 years ago
protocol Assign network modules maintained by the network team the network metadata 8 years ago
radware Surround top-level function and class definitions with two blank lines. 7 years ago
routeros New module: routeros_facts – collect facts from RouterOS devices (#46114) 7 years ago
routing provide detailed description of module (#36107) 8 years ago
slxos Docs: Avoid use of 'default: null' (#45795) 7 years ago
sros made sros_config docs match code for match options (#46135) 7 years ago
system Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 8 years ago
voss fix doc links (#46094) 7 years ago
vyos add simple j2 example to vyos_config (#46442) 7 years ago
__init__.py package files 9 years ago