summaryrefslogtreecommitdiff
path: root/network/nxos
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-0665-0/+261
|
* doc: network: fix syntax errors in examples (#5780)René Moser2016-12-0119-94/+94
|
* Examples syntax batch7 (#5624)Sam Doran2016-11-2213-85/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change example syntax on nxos_feature module * Change example syntax on nxos_hsrp module * Change example syntax on nxos_igmp module * Change example syntax on nxos_interface module * Change example syntax on nxos_interface_ospf module * Change example syntax on nxos_ip_interface module * Change example syntax on nxos_ping module * Change example syntax on nxos_switchport module * Change example syntax on nxos_vlan module * Change example syntax on nxos_vrf module * Change example syntax on nxos_vrf_interface module * Change example syntax on nxos_vrrp module * Change example syntax on meta module * Change example syntax on set_fact module * Change example syntax on win_copy module * Change example syntax on win_file module * Change example syntax on win_get_url module Remove escaping of \ characeter in Windows paths since it's no longer required for single quoted or unquoted values when using multi-line YAML syntax. * Change example syntax on win_lineinfile module * Change example syntax on win_msi module * Change example syntax on win_stat module * Remove nxos_bgp example from nxos_igmp module * Mark examples as regexp to avoid syntax error * Cleanup win_copy.py examples * Cleanup win_file.py examples * Remove quotes in win_get_url.py examples * Cleanup quotes and languare in win_lineinfile.py * Cleanup examples in win_group.py * Cleanup examples in win_service.py * Don't use : in documentation because it breaks the YAML syntax check * Cleanup win_copy.py examples * Cleanup win_copy.py examples * Minor change to fix test failure * Use single quotes
* Performance improvement using in-operator on dictsDag Wieers2016-11-177-8/+8
| | | | | | | Just a small cleanup for the existing occurrences. Using the in-operator for hash lookups is faster than using .keys() http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
* Correct typos in docs strings (#5233)John R Barker2016-11-021-1/+1
|
* Do not leak the vtp_password in log (#5199)Michael Scherer2016-10-131-1/+1
|
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-1321-29/+30
| | | | | | | | | | * Correct spelling mistakes * Correct more spelling issues * merge conflict * Revert typo in parms
* Correct functional typosJohn Barker2016-10-112-2/+2
|
* nxos module cleanup (#5065)Nathaniel Case2016-10-0816-86/+55
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix imports on nxos_bgp* modules * Fix imports on nxos_evpn* modules * Cleanup issues for nxos_facts * Shuffle imports for nxos_template * Fix imports on nxos_ospf* modules * Fix nxos_hsrp As get_hsrp_groups_in_devices is not actually called anywhere, I presume this change is reasonable. * Fix imports on nxos_interface* modules * Update nxos_static_route imports * update nxos_vrf * Update nxos_config imports
* Fix deprecation notices. (#5180)Bill Nottingham2016-10-061-1/+1
|
* Fixing docstring (#5130)Gabriele2016-10-041-2/+2
|
* Adding more details on DOCSTRING about how to use the module (#5121)Gabriele2016-10-021-1/+11
|
* adds exception handling for AddConditionError (#5124)Peter Sprygada2016-10-021-3/+7
| | | | AddConditionErrors are now handled by nxos_command and a well formed error is returned from the module
* Improving nxos_igmp_snooping (#5011)Gabriele2016-10-011-0/+2
|
* Fixing nxos_igmp_interface (#5010)Gabriele2016-10-011-2/+13
|
* Fixing nxos_hsrp (#5009)Gabriele2016-10-011-3/+14
| | | | | | * Fixing nxos_hsrp * Adding space after =
* Add ethernet-link-oam mapping to nxos_feature (#4956)Gabriele2016-09-301-2/+7
| | | | | | | | * Add ethernet-link-oam mapping * Adding port-secutiry mapping * Fixing command output format
* Fixing nxos_vlan (#5005)Gabriele2016-09-301-3/+13
| | | | | | | | * Fixing nxos_vlan * Fixing docstring * Fixing docstring
* Fixing nxos_aaa_server (#5002)Gabriele2016-09-301-2/+4
| | | | | | * Fixing command output formatting * Fixing cmds
* Fixing nxos_acl (#5006)Gabriele2016-09-301-1/+12
| | | | | | * Fixing nxos_acl * Fixing nxos_acl
* Fixing nxos_acl_interface (#5007)Gabriele2016-09-301-0/+11
|
* Fixing nxos_interface (#5012)Gabriele2016-09-301-7/+13
|
* Fxing nxos_ip_interface (#5013)Gabriele2016-09-301-1/+12
|
* Fixing nxos_mtu (#5014)Gabriele2016-09-301-5/+4
|
* Fixing nxos_ntp (#5015)Gabriele2016-09-301-5/+4
|
* Fixing nxos_ntp_auth (#5016)Gabriele2016-09-301-5/+4
|
* Fixing nxos_ntp_options (#5017)Gabriele2016-09-301-5/+4
|
* Fixing nxos_pim_interface (#5018)Gabriele2016-09-301-5/+4
|
* Fixing nxos_portchannel (#5019)Gabriele2016-09-301-5/+2
|
* Fixing nxos_smu (#5021)Gabriele2016-09-301-4/+16
|
* Fixing nxos_snmp_community (#5022)Gabriele2016-09-301-5/+4
|
* Fixing nxos_snmp_contact (#5023)Gabriele2016-09-301-5/+4
|
* Fixing nxos_snmp_host (#5024)Gabriele2016-09-301-5/+4
|
* Fixing nxos_snmp_location (#5025)Gabriele2016-09-301-5/+4
|
* Fixing nxos_snmp_traps (#5026)Gabriele2016-09-301-5/+4
|
* Fixing nxos_snmp_user (#5027)Gabriele2016-09-301-5/+4
|
* Fixing nxos_udld_interface (#5030)Gabriele2016-09-301-5/+4
|
* Fixing nxos_switchport (#5028)Gabriele2016-09-301-5/+4
|
* Fixing nxos_udld (#5029)Gabriele2016-09-301-5/+4
|
* Fixing nxos_vpc_interface (#5032)Gabriele2016-09-301-1/+12
|
* Fixing nxos_vrf (#5033)Gabriele2016-09-301-2/+13
|
* Fixing nxos_vpc (#5031)Gabriele2016-09-301-1/+12
|
* Fixing nxos_vrf_interface (#5034)Gabriele2016-09-301-2/+13
|
* Fixing nxos_vtp_domain (#5036)Gabriele2016-09-301-5/+4
|
* Fixing nxos_vrrp (#5035)Gabriele2016-09-301-1/+12
|
* Fixing nxos_vtp_password (#5037)Gabriele2016-09-301-5/+4
|
* Fixing nxos_vtp_version (#5038)Gabriele2016-09-301-5/+4
|
* deprecated _template network modules: Rename in modules-core (#5072)John R Barker2016-09-281-0/+1
|
* fixes exception raised when nxos_facts uses nxapi transport (#4988)Peter Sprygada2016-09-231-3/+3
| | | | | | This fixes a condition where an exception is raised when collecting `interface` facts and the transport is set to nxapi in the nxos_nxapi module. fixes ansible/ansible#17691
* fixes bug where setting state=absent in nxos_nxapi is not idempotent (#4984)Peter Sprygada2016-09-231-9/+31
| | | | | | | | | | When setting state=absent the nxos_nxapi module would always try to remove the configuration regardless of the current state of the device. This will fix that problem. This also updates the docstring to correctly reflect https as default=no fixes #4955 depends on ansible/ansible#17728