Commit Graph

9416 Commits (56758caf41635b6baa8f2d6e501bd0ebd77a36b2)
 

Author SHA1 Message Date
amitsi 312cb3f8e9 pn_trunk (New Module) (#4728)
* Cluster Module

* added Py2.4 and YAML Documentation fixes

* added no_log for password

* incorporated additional review comments

* remove type for options block
8 years ago
amitsi b5a0e5a83c pn_vlag (New Module) (#4731)
* added Py2.4 and YAML Documentation fixes

* added no_log for password

* incorporated additional review comments

* remove type for options block
8 years ago
amitsi ad94b51492 pn_vlan (New Module) (#4732)
* added Py2.4 and YAML Documentation fixes

* added no_log for password

* incorporated additional review comments

* remove type for options block
8 years ago
amitsi d08559fb32 pn_vrouter (New Module) (#4733)
* added Py2.4 and YAML Documentation fixes

* added no_log for password

* incorporated additional review comments

* remove type for options block
8 years ago
amitsi ae2148438f pn_vrouterif (New Module) (#4734)
* added Py2.4 and YAML Documentation fixes

* added no_log for password

* incorporated additional review comments

* remove type for options block
8 years ago
amitsi 8fba75ce36 pn_vrouterlbif (New Module) (#4735)
* added Py2.4 and YAML Documentation fixes

* added no_log for password

* incorporated additional review comments

* remove type for options block
8 years ago
amitsi 7f4c6e5475 pn_show (New Module) (#4739)
* added Py2.4 and YAML Documentation fixes

* added no_log for password

* incorporated additional review comments

* remove type for options block and fix typo
8 years ago
amitsi be87f4fc8a pn_ospf (New Module) (#4736)
* Add pn_ospf module

* remove type from the options block
8 years ago
Senthil Kumar Ganesan 3dcc06c663 Added support dnos9_facts module (#4873)
* Added support dnos9_facts module

* Addressed @gundalow review comments

* Removing the addtional command, which is already in the default
8 years ago
Peter Sprygada e927fa73d5 Merge pull request #4798 from gundalow/docs_backup
Document `backup` option in eos_config and nxos_config
8 years ago
Peter Sprygada a391dd952e Merge pull request #4830 from privateip/ios_config
ios_config: rename the argument default to defaults
8 years ago
Peter Sprygada cb709a820b Merge pull request #4829 from gundalow/issue4807
Docs improvements to _config
8 years ago
Peter Sprygada 382eb37dd3 Merge pull request #4831 from privateip/sros_config
sros_config: rename arugment from default to defaults
8 years ago
amitsi 81ad5c2c97 Empty Init Module as required (#4740)
Add network/netvisor/__init__.py
8 years ago
Tom Melendez e92db1dc12 Document ability to disable external IP with 'none' setting. Closes #2562. (#4878) 8 years ago
GGabriele 068ccb4c7a Adding nxos_igmp_snooping 8 years ago
Monty Taylor 4840d30589 Expose the reuse_fips flag on os_server (#4849)
* Expose the reuse_fips flag on os_server

* Remove useless line
8 years ago
GGabriele 4d85a0eade Adding nxos_aaa_server_host 8 years ago
GGabriele d21ad8f39c Adding nxos_udld_interface 8 years ago
GGabriele ddd224fd0b Adding 2.1 and 2.2 support to nxos_switchport 8 years ago
mzizzi 48d932643b cloudformation stack events itertools.imap bugfix (#4868) 8 years ago
GGabriele 5c9afbcdb8 Adding nxos_snmp_user 8 years ago
Senthil Kumar Ganesan 690730b2c8 dnos9_config (New Module) (#4816)
* Added support for dnos9_config module

* Addressed @gundalow comments
8 years ago
Senthil Kumar Ganesan 44a23e2a20 dnos9_template (New Module) (#4819)
* Added support for dnos9_template module

* Addressed @gundalow comments
8 years ago
Senthil Kumar Ganesan e38b79cd41 dnos6_config (New Module) (#4824)
* Added support for dnos6_config module

* Corrected the documention failure

* Addressed @gundalow comments
8 years ago
Matt Davis 4a74c58ead add win_shell/win_command modules + docs (#4827) 8 years ago
Riccardo Murri 344927a6b1 hostname: Support "Scientific Linux CERN" (#4855)
CERN maintains its own fork of "Scientific Linux",
which identifies as "Scientific Linux CERN SLC".
This commit lets Ansible know that this is again
another variant of RHEL.
8 years ago
GGabriele affa177fed Improving argument_spec 8 years ago
GGabriele 668778874a Adding nxos_pim_interface 8 years ago
GGabriele fd1593aeac Fixing docstring 8 years ago
GGabriele a2306fa9ce Adding nxos_mtu 8 years ago
GGabriele fc2d182a8e Adding nxos_vtp_version 8 years ago
GGabriele c6ed635d97 Removing unused function 8 years ago
GGabriele 4254d322be Fixing module name 8 years ago
GGabriele 6df128e7eb Adding missing version_added 8 years ago
GGabriele 2425ed9c25 Adding nxos_vtp_domain 8 years ago
GGabriele 691f3ee7b2 Improved function 8 years ago
GGabriele c3b8814df0 Fixing docstring 8 years ago
GGabriele 47015829c0 Fixing docstring 8 years ago
GGabriele 5a4d361145 Adding nxos_vtp_password 8 years ago
GGabriele 8684840000 Adding nxos_udld 8 years ago
GGabriele 51fdf0703f Fixing docstring 8 years ago
GGabriele dfacfd4f59 Adding nxos_ntp_options 8 years ago
GGabriele db07414e76 Fixing conditional format 8 years ago
GGabriele 06998e592a Adding nxos_ntp_auth 8 years ago
GGabriele 7774632876 Adding nxos_aaa_server 8 years ago
GGabriele 2e2a9b3900 Fixing nxos_interface 8 years ago
GGabriele 63a15db4fe Fixing docstring 8 years ago
Matt Clay 683e5e4d1a Fix python 3 issues with apt* modules. (#4848)
- Use range instead of xrange.
- Use python3-apt package for python 3.
- Eliminate unsupported for/else/raise usage.
- Use list on dict.items when modifying dict.
- Update requirements documentation.

Also made non-intrustive style fixes (adding blank lines).
8 years ago
GGabriele 67a3d87f7d Adding nxos_ntp 8 years ago