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/nxos
Sam Doran 6ce9cf7741
Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738)
* Remove default use of paramiko connection plugin on macOS
    This fix was originally to work around a bug that caused a kernel panic on macOS
    that has since been fixed.
* Remove paramiko from requirements.txt
* Move paramiko checking to common place
* Drop the warnings obfiscation code
* Update pip installation instructions to reflect upstream instructions
* Fix tests on CentOS 6 (Python 2.6) that now show Python deprecation warnings
* Add changelog fragment
5 years ago
..
__init__.py initial add of new nxos_config module 8 years ago
_nxos_ip_interface.py Convert to reduced list of known types (#50010) 6 years ago
_nxos_mtu.py Fixup removed and deprecated modules 6 years ago
_nxos_portchannel.py nxos CI failures bugfix (#42240) 6 years ago
_nxos_switchport.py nxos CI failures bugfix (#42240) 6 years ago
nxos_aaa_server.py fix nxos_aaa_server issues (#38117) 6 years ago
nxos_aaa_server_host.py Update nxos_aaa_server_host.py (#49635) 5 years ago
nxos_acl.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
nxos_acl_interface.py Refactor common network shared and platform utils code into package (#33452) 7 years ago
nxos_banner.py fix for banner idempotent issue (#46001) 6 years ago
nxos_bgp.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
nxos_bgp_af.py fix UnboundLocalError nxos_bgp_af module (#37610) 6 years ago
nxos_bgp_neighbor.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
nxos_bgp_neighbor_af.py E325 Removal - Part II (#49196) 6 years ago
nxos_command.py added timestamps to nxos_command module (#50261) 5 years ago
nxos_config.py Add more return values to *_config modules (#50702) 5 years ago
nxos_evpn_global.py More validate module fixes (#39097) 6 years ago
nxos_evpn_vni.py Fix pycodestyle E117 issues. 5 years ago
nxos_facts.py nxos_facts fix default udpate platform facts (#53795) 5 years ago
nxos_feature.py Handle nxos_feature issue where json isn't supported (#39150) 6 years ago
nxos_file_copy.py Change default smart connection to ssh on macOS and remove paramiko from requirements.txt (#54738) 5 years ago
nxos_gir.py Convert to reduced list of known types (#50010) 6 years ago
nxos_gir_profile_management.py Convert to reduced list of known types (#50010) 6 years ago
nxos_hsrp.py Fix typo 5 years ago
nxos_igmp.py fix nxos_igmp issues (#38496) 6 years ago
nxos_igmp_interface.py nxos_igmp_interface: argument_spec for oif_ps breaks when 'default' (#53136) 5 years ago
nxos_igmp_snooping.py nxos_igmp_snooping: more group-timeout fixes (#53553) 5 years ago
nxos_install_os.py Fix regular expression for timeout (#53994) 5 years ago
nxos_interface.py Fix nxos modules idempotence issue (#46437) 6 years ago
nxos_interface_ospf.py nxos_interfaces_ospf: fix passive-interface states & check_mode (#54260) 5 years ago
nxos_l2_interface.py fix nxos_vrf and migrate get_interface_type to module_utils (#40825) 6 years ago
nxos_l3_interface.py Add support for multiple IPv6 addresses in nxos_l3_interface module (#50892) 5 years ago
nxos_linkagg.py Add type of group in nxos_linkagg module doc (#54769) 5 years ago
nxos_lldp.py Fixes for the N3500 platform that uses the A8 image (#36261) 6 years ago
nxos_logging.py Module nxos logging fixes (#52883) 5 years ago
nxos_ntp.py Convert to reduced list of known types (#50010) 6 years ago
nxos_ntp_auth.py Surround top-level function and class definitions with two blank lines. 6 years ago
nxos_ntp_options.py fix nxos_ntp_options (#38695) 6 years ago
nxos_nxapi.py Surround top-level function and class definitions with two blank lines. 6 years ago
nxos_ospf.py Remove deprecated params from module argspec nxos modules (#34911) 7 years ago
nxos_ospf_vrf.py Fix nxos_ospf_vrf module auto-cost idempotency and module check mode (#47190) 6 years ago
nxos_overlay_global.py Clean up module documentation (#36909) 6 years ago
nxos_pim.py fix nxos_pim module doc (#36505) 6 years ago
nxos_pim_interface.py Sanity fixes to parameter types (#52325) 5 years ago
nxos_pim_rp_address.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
nxos_ping.py Convert to reduced list of known types (#50010) 6 years ago
nxos_reboot.py Convert to reduced list of known types (#50010) 6 years ago
nxos_rollback.py Convert to reduced list of known types (#50010) 6 years ago
nxos_rpm.py fix reload smu issue (#41270) 6 years ago
nxos_smu.py Clean up module documentation (#36909) 6 years ago
nxos_snapshot.py Assorted pylint fixes 5 years ago
nxos_snmp_community.py fix nxos_snmp_community issues (#39258) 6 years ago
nxos_snmp_contact.py Refactor common network shared and platform utils code into package (#33452) 7 years ago
nxos_snmp_host.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
nxos_snmp_location.py Refactor common network shared and platform utils code into package (#33452) 7 years ago
nxos_snmp_traps.py fix nxos_snmp_traps issues (#39444) 6 years ago
nxos_snmp_user.py fix nxos_snmp_user issues (#39760) 6 years ago
nxos_static_route.py nxos_static_route: reconcile_candidate fails to remove 'track' routes (#53806) 5 years ago
nxos_system.py E325 Removal - Part II (#49196) 6 years ago
nxos_udld.py Convert to reduced list of known types (#50010) 6 years ago
nxos_udld_interface.py Convert to reduced list of known types (#50010) 6 years ago
nxos_user.py nxos_user: fails to remove usernames with embedded '\' (#53149) 5 years ago
nxos_vlan.py Removes superfluous commands nxos_vlan (#51796) 5 years ago
nxos_vpc.py Fix module issues (#52209) 5 years ago
nxos_vpc_interface.py E325 Removal - Part II (#49196) 6 years ago
nxos_vrf.py Fix module issues (#52209) 5 years ago
nxos_vrf_af.py Remove deprecated options from modules (#50246) 5 years ago
nxos_vrf_interface.py fix nxos_vrf and migrate get_interface_type to module_utils (#40825) 6 years ago
nxos_vrrp.py fix nxos_vrf and migrate get_interface_type to module_utils (#40825) 6 years ago
nxos_vtp_domain.py Convert to reduced list of known types (#50010) 6 years ago
nxos_vtp_password.py Convert to reduced list of known types (#50010) 6 years ago
nxos_vtp_version.py Convert to reduced list of known types (#50010) 6 years ago
nxos_vxlan_vtep.py nxos_vxlan_vtep: Add dependency checks (#53288) 5 years ago
nxos_vxlan_vtep_vni.py Add new configuration for nxos_vxlan_vtep_vni (#47882) 6 years ago