Commit Graph

9443 Commits (4c8e32ee27db53cf9b7ab47f21c2f6eb6b7d930e)
 

Author SHA1 Message Date
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
GGabriele 79e0890cd0 Fixing argument_spec 8 years ago
GGabriele 8fda077047 Fixing docstring format 8 years ago
GGabriele 60cf27eab8 Adding nxos_snmp_traps 8 years ago
GGabriele 03be83cd35 Fixing return string 8 years ago
GGabriele 1747d82d44 Fixing docstring 8 years ago
GGabriele 6a2f9d35e1 Adding nxos_snmp_location 8 years ago
GGabriele 3b918a7be2 Adding RETURN 8 years ago
GGabriele 44265b3781 Adding nxos_install_os 8 years ago
GGabriele dd0e816f56 Adding nxos_gir_profile_management 8 years ago
Brian Coca efec744539 fixed incorrect example 8 years ago
GGabriele eb48d9607c Adding nxos_gir 8 years ago
GGabriele 06bb1611f6 Removing indentations 8 years ago
GGabriele 28adc331c9 Removing indentation 8 years ago
GGabriele 9bef6f6597 Fixing file writing format 8 years ago
GGabriele 4180d10684 Adding nxos_snapshot 8 years ago
GGabriele a01e686a21 Fixing docstring 8 years ago
GGabriele ae0e9238f2 Adding nxos_snmp_host 8 years ago
GGabriele 04bf398f60 Adding nxos_snmp_community 8 years ago
GGabriele 53c9ba9011 Fixing docstring and more fix 8 years ago
John Barker f1ad1d0d64 RETURNS doesn't support markup, so remove it 8 years ago
Peter Sprygada 1b8cf3bbd9 rename arugment from default to defaults
This argument_spec incorrectly named an argument default and it should have
been defaults.  This corrects that issue
8 years ago
Peter Sprygada 9794087aa7 rename the argument default to defaults
The argument_spec incorrectly had the argument default and it should have
been defaults.  This corrects the problem.
8 years ago
John Barker 9c42d72375 Docs improvements to _config 8 years ago