Commit graph

9372 commits

Author SHA1 Message Date
Senthil Kumar Ganesan
e38b79cd41 dnos6_config (New Module) (#4824)
* Added support for dnos6_config module

* Corrected the documention failure

* Addressed @gundalow comments
2016-09-15 17:03:01 +01:00
Matt Davis
4a74c58ead add win_shell/win_command modules + docs (#4827) 2016-09-15 11:42:10 -04:00
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.
2016-09-15 10:58:33 -04:00
GGabriele
db07414e76 Fixing conditional format 2016-09-15 11:02:33 +02:00
GGabriele
06998e592a Adding nxos_ntp_auth 2016-09-15 10:12:17 +02:00
GGabriele
7774632876 Adding nxos_aaa_server 2016-09-15 09:35:09 +02:00
GGabriele
2e2a9b3900 Fixing nxos_interface 2016-09-15 08:30:18 +02:00
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).
2016-09-14 13:26:09 -07:00
GGabriele
67a3d87f7d Adding nxos_ntp 2016-09-14 18:25:57 +02:00
GGabriele
79e0890cd0 Fixing argument_spec 2016-09-14 17:49:02 +02:00
GGabriele
8fda077047 Fixing docstring format 2016-09-14 17:40:36 +02:00
GGabriele
60cf27eab8 Adding nxos_snmp_traps 2016-09-14 17:33:01 +02:00
GGabriele
03be83cd35 Fixing return string 2016-09-14 17:10:21 +02:00
GGabriele
1747d82d44 Fixing docstring 2016-09-14 17:04:24 +02:00
GGabriele
6a2f9d35e1 Adding nxos_snmp_location 2016-09-14 17:02:31 +02:00
GGabriele
3b918a7be2 Adding RETURN 2016-09-14 16:57:06 +02:00
GGabriele
44265b3781 Adding nxos_install_os 2016-09-14 16:49:24 +02:00
GGabriele
dd0e816f56 Adding nxos_gir_profile_management 2016-09-14 16:18:16 +02:00
Brian Coca
efec744539 fixed incorrect example 2016-09-14 10:16:23 -04:00
GGabriele
eb48d9607c Adding nxos_gir 2016-09-14 16:05:32 +02:00
GGabriele
06bb1611f6 Removing indentations 2016-09-14 16:01:12 +02:00
GGabriele
28adc331c9 Removing indentation 2016-09-14 15:56:14 +02:00
GGabriele
9bef6f6597 Fixing file writing format 2016-09-14 15:52:37 +02:00
GGabriele
4180d10684 Adding nxos_snapshot 2016-09-14 15:40:33 +02:00
GGabriele
a01e686a21 Fixing docstring 2016-09-14 15:33:30 +02:00
GGabriele
ae0e9238f2 Adding nxos_snmp_host 2016-09-14 15:29:01 +02:00
GGabriele
04bf398f60 Adding nxos_snmp_community 2016-09-14 15:13:20 +02:00
GGabriele
53c9ba9011 Fixing docstring and more fix 2016-09-14 15:11:15 +02:00
John Barker
f1ad1d0d64 RETURNS doesn't support markup, so remove it 2016-09-14 12:58:53 +01:00
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
2016-09-14 07:36:23 -04:00
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.
2016-09-14 07:34:55 -04:00
John Barker
9c42d72375 Docs improvements to _config 2016-09-14 12:06:18 +01:00
GGabriele
eb31af5a47 Fixing error handling 2016-09-14 08:42:53 +02:00
GGabriele
6a5ab25264 Fixing docstring 2016-09-14 08:36:09 +02:00
GGabriele
12a63c0717 Adding nxos_snmp_community 2016-09-14 08:32:14 +02:00
Peter Sprygada
a7dee0d08d Merge pull request #4822 from GGabriele/fix_feature
Fixing nxos_feature
2016-09-13 21:12:56 -04:00
GGabriele
c12e90f4f1 Fixing nxos_feature 2016-09-13 22:59:44 +02:00
Christopher Kotfila
2632aa630f Unpack AWS reservations while waiting to terminate (#4012)
Previously calculation of the number of instances that have been
terminated assumed all instances were in the first reservation returned
by AWS.  If this is not the case the calculated number of instances
terminated never reaches the number of instances and the module always
times out. By unpacking the instances we get an accurate number and the
module correctly exits.
2016-09-13 15:07:14 -04:00
Ryan Brown
ae6992bf8c Handle EC2 instances with multiple network interfaces (#4766)
Currently instances with multiple ENI's can't be started or stopped
because sourceDestCheck is a per-interface attribute, but we use the
boto global access to it (which only works when there's a single ENI).

This patch handles multiple ENI's and applies the sourcedestcheck across
all interfaces the same way.

Fixes #3234
2016-09-12 18:26:13 -04:00
Peter Sprygada
6a93255ffa Merge pull request #4753 from skg-net/dnos9_command
dnos9_command (New Module)
2016-09-12 17:20:34 -04:00
Peter Sprygada
fddb7715a8 Merge pull request #4769 from skg-net/dnos6_command
dnos6_command (New Module)
2016-09-12 17:20:07 -04:00
Peter Sprygada
a2dbd92930 Merge pull request #4804 from privateip/eos_template
fixes error when calling load_config() with session keyword
2016-09-12 16:54:00 -04:00
Peter Sprygada
cbcb90e112 fixes error when calling load_config() with session keyword
The session keyword is no longer needed or supported in the load_config()
method for eos.  This fixes an issue in eos_template where the session
keyword was still being sent.
2016-09-12 16:29:51 -04:00
Toshio Kuratomi
432ee70da1 Fix syntax 2016-09-12 11:54:58 -07:00
Senthil Kumar Ganesan
7136bbe74c Addressed review comments from @privateip 2016-09-12 11:31:46 -07:00
Robin Roth
e4f40d1cdd Speedup git module on clone and pull (#4562)
* remove redundant if submodules_updated

* speed up git by reducing remote commands

* run fetch only once
* run ls-remote less
  * don't run ls-remote if one would run fetch anyhow
* remove unnecessary remote_branch check in clone
  * kept if depth and version given

* fix fetch on old git versions
2016-09-12 13:36:14 -04:00
Brian Coca
da0dac3841 removed chdir / as it breaks tasks
fixes #17466
2016-09-12 12:39:33 -04:00
Brian Coca
067167a9b3 switched to use built in function for validation 2016-09-12 12:39:10 -04:00
Monty Taylor
6ba5dc3188 Don't change to root dir in async_wrapper (#4779)
The daemonizing code here is taken from an ActiveState recipe, which
includes changing to / as a general best practice. While that is
normally true to allow for deleting the directory that the daemon
process started in, in this case it is not relevant as this is not
intended to be an actual long-running daemon.

Issue ansible/ansible#17466
2016-09-12 12:31:40 -04:00
John Barker
b76b3de28e Document backup options
To make future diffing easier, use consistent ordering
2016-09-12 16:16:07 +01:00