Nathaniel Case
b466f7bbe2
Remove unnecessary exception from nxos_command ( #3521 )
9 years ago
Peter Sprygada
426e9a357d
Merge pull request #3473 from networktocode/nxos_ping
...
nxos_ping
9 years ago
Peter Sprygada
7a475d06f0
Merge pull request #3477 from networktocode/nxos_vrrp
...
nxos_vrrp
9 years ago
Peter Sprygada
d526770ca9
Merge pull request #3475 from networktocode/nxos_vrf_interface
...
nxos_vrf_interface
9 years ago
Peter Sprygada
0cb22ea123
Merge pull request #3476 from networktocode/nxos_vrf
...
nxos_vrf
9 years ago
Peter Sprygada
b66766bf19
Merge pull request #3516 from networktocode/nxos_ip_interface
...
nxos_ip_interface
9 years ago
Peter Sprygada
66a43b0695
Merge pull request #3468 from networktocode/nxos_switchport
...
add nxos_switchport module
9 years ago
Peter Sprygada
2a6173feef
Merge pull request #3470 from networktocode/nxos_feature
...
nxos_feature
9 years ago
Peter Sprygada
0cdd12cf22
Merge pull request #3467 from networktocode/nxos_vlan
...
add nxos_vlan module
9 years ago
Peter Sprygada
ea3c4a9466
Merge pull request #3471 from networktocode/nxos_get_facts
...
nxos_get_facts
9 years ago
GGabriele
b6b75720ec
Fixed doc
9 years ago
GGabriele
3c91dc1f79
Removed old file
9 years ago
GGabriele
7408c8ab14
Changed module name to nxos_facts
9 years ago
GGabriele
0f57bb1513
Fixing bugs
9 years ago
GGabriele
c25610777f
Adding nxos_ip_interface
9 years ago
GGabriele
1977be60b2
Adding nxos_vrrp
9 years ago
GGabriele
e7fbafce14
Adding nxos_ping
9 years ago
jedelman8
ef904f67a6
fix index for portchannel
9 years ago
GGabriele
bbe85bf1fa
fix conditional for py24
9 years ago
GGabriele
2466e407f4
fix conditional for py24
9 years ago
GGabriele
14e334285f
fix conditional for py24
9 years ago
GGabriele
67d416576f
fix conditional for py24
9 years ago
jedelman8
1e5dd9674e
fix docstring
9 years ago
jedelman8
8a8025ba2d
fix conditional for py24
9 years ago
jedelman8
30a6984983
force travis build
9 years ago
jedelman8
f9f894ef95
fix conditional for py24
9 years ago
jedelman8
8a53755a61
minor test
9 years ago
jedelman8
ed421149e6
update return doc string
9 years ago
jedelman8
ea5ed26e04
update return doc string
9 years ago
GGabriele
091c5b6a4e
Fixed RETURN string
9 years ago
GGabriele
026ddfcc46
Fixed RETURN string
9 years ago
GGabriele
6afeb471ad
Fixed RETURN string and added notes
9 years ago
GGabriele
36942ec24b
Fixed RETURN string
9 years ago
GGabriele
fff9c9ed44
Fixing nxos_vrf
9 years ago
GGabriele
6a412e55e9
Adding nxos_vrf_interface
9 years ago
GGabriele
3c51d11244
Adding nxos_vrf
9 years ago
GGabriele
da0ed0ce9b
Adding nxos_get_facts
9 years ago
GGabriele
101ce75342
Addng nxos_feature
9 years ago
jedelman8
5531b1c3fc
add nxos_vlan
9 years ago
jedelman8
4672809bf3
add nxos_switchport
9 years ago
Patrick Ogenstad
5409ed1b28
Fix documentation example, missing ")"
9 years ago
John Barker
531eed80b3
Replace BOOLEANS with true/false
9 years ago
Peter Sprygada
25baca1eb8
refactors nxos_template and removes diff functions
...
replaces the diff functions with the netcfg shared module for handling
configuration diff
9 years ago
Peter Sprygada
639e324fdb
refactors nxos_config and removes diff functions
...
this refactors the nxos_config module removing the diff functions and
replacing with the netcfg shared module
9 years ago
Peter Sprygada
11c00c2278
cleans up nxos_command and adds some additonal info on exception
...
This cleans up some of the nxos_command module code function names to
be more consistent and adds additional information of failures
9 years ago
Peter Sprygada
bff7cb6cad
fixes #3274
9 years ago
Peter Sprygada
eef9c54874
update to nxos_command with additional exception handling
...
This update adds exception handling to catch errors when trying to parse
command output to json. It also removes the dependency on importing json
opting to use the AnsibleModule methods instead
9 years ago
Peter Sprygada
a7f67921fd
bugfix for handling match=strict in nxos_config
...
Resolves an issue where match=strict would act like match=exact when
evaluating the configuration
9 years ago
chouseknecht
573ba42b03
Moved Conditional class to netcfg.
9 years ago
Peter Sprygada
d8615683e5
update nxos_config doc strings and return values
...
This commit unifys the return values for the nxos_config module to always
return updates and responses
9 years ago