Commit graph

7621 commits

Author SHA1 Message Date
Brian Coca
be8aacf899 Merge pull request #1143 from smadam813/devel_win_nssm
win_nssm: strict fix + added dependencies,startmode,user/pw feature
2015-11-02 19:14:21 -05:00
Brian Coca
937b588b3f Merge pull request #1172 from nitzmahone/win_updates_strictmode_fix
Strict-Mode fixes
2015-11-02 19:13:40 -05:00
Brian Coca
3f2b062994 Merge pull request #1194 from yuppie-flu/maven_artifact_docs_examples_fix
Fix broken examples in docs
2015-11-02 15:24:44 -05:00
Kirill Kozlov
b1e0e7eae0 Fix broken examples in docs 2015-11-02 23:15:44 +03:00
Corwin Brown
228b8707b7 Added Error messages to the Try/Catch blocks 2015-11-02 14:08:00 -06:00
Brian Coca
80f198a82f added missing : to docs 2015-11-02 14:19:11 -05:00
Brian Coca
f5ed8d0c6e made ctstate accept lists 2015-11-02 12:11:38 -05:00
Brian Coca
5909975c42 Merge pull request #1191 from doalitic/iptables-add-conntrack-ctstate
Add conntrack module ctstate support to iptables
2015-11-02 12:06:04 -05:00
Toshio Kuratomi
4bf75fca9f Merge pull request #788 from ansible/open_url-vsphere-copy
Port vsphere_copy from httplib to open_url for TLS cert validation
2015-11-02 08:59:35 -08:00
Brian Coca
7f5c6b2121 Merge pull request #1192 from Feverup/bugfix/pg_ext_check
BUGFIX: misnamed function name breaks check mode
2015-11-02 11:52:10 -05:00
Javier Palacios
e033e6e602 BUGFIX: misnamed function name breaks check mode 2015-11-02 16:43:46 +00:00
Toshio Kuratomi
378bde8729 Merge pull request #1134 from ramunasd/composer_arguments
composer arguments
2015-11-02 08:19:28 -08:00
Toshio Kuratomi
08986221cb Merge pull request #1189 from ansible/dnf-hang
The dnf API appears to hang if the user does not have adequate permissions
2015-11-02 08:02:52 -08:00
Toshio Kuratomi
0b9e9fd852 Move existing check for root before we make expensive network calls 2015-11-02 08:00:46 -08:00
Brian Coca
257696c0ed switched to 'support check mode' as it does not make changes and gathers information that might be needed for other tasks to check 2015-11-02 09:31:40 -05:00
Brian Coca
3ce37c171b Merge pull request #969 from resmo/feature/ipify
new module ipify_facts
2015-11-02 09:27:52 -05:00
Daniel Vigueras
b0278c1f6a Add conntrack module ctstate support to iptables 2015-11-02 10:55:54 +01:00
Brian Coca
ed1cf0ecc2 corrected extension in module spec
fixes #1190
2015-11-01 19:42:29 -05:00
Brian Coca
e5f2158312 Merge pull request #1108 from bgeihsgt/win_regedit_fix
Fix #1107: win_regedit parameter parsing and New-Item prompt error
2015-11-01 17:16:06 -05:00
Brian Coca
f5fad09632 Merge pull request #1187 from emonty/revert-show-diff
Revert "Change show_diff to default to yes"
2015-11-01 16:40:48 -05:00
Brian Coca
6d1dd42935 Merge pull request #1174 from trondhindenes/win_package_guidfix
Various improvements to win_package
2015-11-01 16:40:14 -05:00
Toshio Kuratomi
8e0a2ed729 Make the pkg/name param into a list so that changes to make changes to _squash_items easier 2015-11-01 12:14:18 -08:00
Matt Martz
9122d81485 Merge pull request #1188 from resmo/fix/doc_cs_portforward
cloudstack: cs_portforward: fix example does not match description
2015-11-01 12:24:30 -06:00
Rene Moser
d589a2ea12 cloudstack: cs_portforward: fix example does not match description 2015-11-01 17:18:23 +01:00
Monty Taylor
ea5af4c27a Revert "Change show_diff to default to yes"
This was originally to match what puppet agent --test is, since the
rest of the options defaulted to on are grabbed from --test. However,
some security concerns have since been raised - namely that since this
is not the same invocation as --test but instead a remote orchestration
of puppet, the fact that passwords leak into the diff is a dangerous
default.

This reverts commit b86762c180.
2015-11-01 10:50:58 +09:00
Brian Coca
360734ec09 whitespace fixes 2015-10-31 14:31:08 -04:00
Brian Coca
286d5bfb91 Merge pull request #1181 from Azorr/iptables-add-comment
Adding comment support for iptables module
2015-10-31 14:26:23 -04:00
Romain Brucker
c648edfbae Adding comment support for iptables module 2015-10-30 11:29:05 -05:00
Corwin Brown
c4b4c412a2 Switching to Get-AnsibleParam
Switching to Win_Unzip
2015-10-30 09:57:53 -05:00
Ramunas Dronga
a0965ff934 fixed composer usage example 2015-10-30 12:24:42 +02:00
Brian Coca
3099469b7f fixed typos in cryptab, thanks @timw
fixes #1176
2015-10-29 21:05:33 -04:00
Brian Coca
f4fd9a4639 Merge pull request #1136 from CenturylinkTechnology/minor-changes-and-bug-fixes
Bug fixes and minor enhancements to CenturyLink cloud modules
2015-10-29 20:48:30 -04:00
Ramunas Dronga
83c0bfbe3f added constraint for space in composer command 2015-10-29 23:21:46 +02:00
Brian Coca
b1db0e893c Merge pull request #1173 from ma82/patch-1
Fix typo in docs for ec2_vpc_route_table
2015-10-28 18:40:15 -04:00
Trond Hindenes
f6ea32b9ec Various improvements to win_package 2015-10-28 21:52:32 +01:00
Greg DeKoenigsberg
50320bfa8f Remove @lorin from list of reviewers 2015-10-28 14:27:58 -04:00
Corwin Brown
4bc04cd997 bug fixes 2015-10-28 11:55:19 -05:00
Matteo Acerbi
fdffa55496 Fix docs for ec2_vpc_route_table
The documentation pointed to vpc_peering_connection, not vpc_peering_connection_id.
2015-10-28 12:15:24 +01:00
Olaf Kilian
98b21ee7f3 Improve registry key parity between clients
* Don't extract hostname part from docker_url since this leads to
  docker CLI client not recognizing Docker Hub credentials set by
  docker_login module anymore (looks for the full URL as a key).
2015-10-28 10:14:54 +01:00
Olaf Kilian
988be3458d Rework change detection 2015-10-28 10:13:35 +01:00
Olaf Kilian
9d39885d18 Adapt to new dockercfg file location and structure 2015-10-28 10:04:55 +01:00
Brian Coca
c685b3d387 corrected version added
fixes #1171
2015-10-27 19:36:07 -04:00
nitzmahone
8fa10acddf Strict-Mode fixes
Changes to missing member handling to support running top-level script under Strict-Mode v2 (as Ansible 2.0.0 does now)
2015-10-27 16:08:00 -07:00
Ramunas
d5673f6eb4 removed check for empty composer response 2015-10-27 22:14:12 +02:00
Corwin Brown
7c12ed8af0 Using Get-AnsibleParam
conflict

typo
2015-10-27 15:08:03 -05:00
James Cammarata
949b124e05 Merge pull request #1114 from blakfeld/fix_win_iis_webapppool
Made win_iis_webapppool Strict Compliant
2015-10-27 14:33:20 -04:00
=
4f15e1e7e7 First pass at adding win_regmerge module for handling bulk registry changes 2015-10-27 06:13:42 +00:00
Brian Coca
8bd6c82522 Merge pull request #1162 from modoojunko/devel
fix typo error
2015-10-26 11:13:55 -04:00
Alexander
64d5502fbe fix typo error
fix spell error for whether
2015-10-26 23:03:51 +08:00
Brian Coca
fe74209d00 Merge pull request #1153 from oholiab/oholiab/fix_zfs_createparent_property
Fix ZFS create
2015-10-26 09:29:22 -04:00