Commit Graph

7467 Commits (fff5ae6994fbe64d45323bc1d11f6103e211f524)
 

Author SHA1 Message Date
Romain Brucker dbee2266e1 Adding limit feature to iptables module 9 years ago
Brian Coca 6a87eed586 made ctstate default to [] and evaluation conditional on the list being popoulated 9 years ago
Brian Coca ea2fd78e6a fixed default from None to [] for ctstate 9 years ago
Kenny Gryp 975d7952b9 including error code and error number when database connection creation fails 9 years ago
Brian Coca 9fb6054500 avoid index error on empty list, key being true means its not None nor []
fixes #13009
9 years ago
wimnat a21d935e66 Prevent ec2_remote_facts from failing when listing a terminated instance 9 years ago
Brian Coca abad3d1617 Merge pull request #1128 from pmakowski/mageia5
no-suggests is obsolete, switch to no-recommends
9 years ago
Brian Coca e738bf80ac Merge pull request #1123 from foretagsplatsen/documentation_win_iis_virtualdirectory
Adds examples for win_iis_virtualdirectory
9 years ago
Brian Coca dd3a2b2e30 Merge pull request #1089 from wimnat/feature/ec2_remote_facts_refactor
Refactor ec2_remote_facts to use filters
9 years ago
Brian Coca 8a9d48a552 Merge pull request #1124 from foretagsplatsen/fix_application_in_win_iis_virtualdirectory
Fix: support for virtual directories in applications
9 years ago
Brian Coca be8aacf899 Merge pull request #1143 from smadam813/devel_win_nssm
win_nssm: strict fix + added dependencies,startmode,user/pw feature
9 years ago
Brian Coca 937b588b3f Merge pull request #1172 from nitzmahone/win_updates_strictmode_fix
Strict-Mode fixes
9 years ago
Brian Coca 3f2b062994 Merge pull request #1194 from yuppie-flu/maven_artifact_docs_examples_fix
Fix broken examples in docs
9 years ago
Kirill Kozlov b1e0e7eae0 Fix broken examples in docs 9 years ago
Brian Coca 80f198a82f added missing : to docs 9 years ago
Brian Coca f5ed8d0c6e made ctstate accept lists 9 years ago
Brian Coca 5909975c42 Merge pull request #1191 from doalitic/iptables-add-conntrack-ctstate
Add conntrack module ctstate support to iptables
9 years ago
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
9 years ago
Brian Coca 7f5c6b2121 Merge pull request #1192 from Feverup/bugfix/pg_ext_check
BUGFIX: misnamed function name breaks check mode
9 years ago
Javier Palacios e033e6e602 BUGFIX: misnamed function name breaks check mode 9 years ago
Toshio Kuratomi 378bde8729 Merge pull request #1134 from ramunasd/composer_arguments
composer arguments
9 years ago
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
9 years ago
Toshio Kuratomi 0b9e9fd852 Move existing check for root before we make expensive network calls 9 years ago
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 9 years ago
Brian Coca 3ce37c171b Merge pull request #969 from resmo/feature/ipify
new module ipify_facts
9 years ago
Daniel Vigueras b0278c1f6a Add conntrack module ctstate support to iptables 9 years ago
Brian Coca ed1cf0ecc2 corrected extension in module spec
fixes #1190
9 years ago
Brian Coca e5f2158312 Merge pull request #1108 from bgeihsgt/win_regedit_fix
Fix #1107: win_regedit parameter parsing and New-Item prompt error
9 years ago
Brian Coca f5fad09632 Merge pull request #1187 from emonty/revert-show-diff
Revert "Change show_diff to default to yes"
9 years ago
Brian Coca 6d1dd42935 Merge pull request #1174 from trondhindenes/win_package_guidfix
Various improvements to win_package
9 years ago
Toshio Kuratomi 8e0a2ed729 Make the pkg/name param into a list so that changes to make changes to _squash_items easier 9 years ago
Matt Martz 9122d81485 Merge pull request #1188 from resmo/fix/doc_cs_portforward
cloudstack: cs_portforward: fix example does not match description
9 years ago
Rene Moser d589a2ea12 cloudstack: cs_portforward: fix example does not match description 9 years ago
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.
9 years ago
Brian Coca 360734ec09 whitespace fixes 9 years ago
Brian Coca 286d5bfb91 Merge pull request #1181 from Azorr/iptables-add-comment
Adding comment support for iptables module
9 years ago
Romain Brucker c648edfbae Adding comment support for iptables module 9 years ago
Ramunas Dronga a0965ff934 fixed composer usage example 9 years ago
Brian Coca 3099469b7f fixed typos in cryptab, thanks @timw
fixes #1176
9 years ago
Brian Coca f4fd9a4639 Merge pull request #1136 from CenturylinkTechnology/minor-changes-and-bug-fixes
Bug fixes and minor enhancements to CenturyLink cloud modules
9 years ago
Ramunas Dronga 83c0bfbe3f added constraint for space in composer command 9 years ago
Brian Coca b1db0e893c Merge pull request #1173 from ma82/patch-1
Fix typo in docs for ec2_vpc_route_table
9 years ago
Trond Hindenes f6ea32b9ec Various improvements to win_package 9 years ago
Greg DeKoenigsberg 50320bfa8f Remove @lorin from list of reviewers 9 years ago
Matteo Acerbi fdffa55496 Fix docs for ec2_vpc_route_table
The documentation pointed to vpc_peering_connection, not vpc_peering_connection_id.
9 years ago
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).
9 years ago
Olaf Kilian 988be3458d Rework change detection 9 years ago
Olaf Kilian 9d39885d18 Adapt to new dockercfg file location and structure 9 years ago
Brian Coca c685b3d387 corrected version added
fixes #1171
9 years ago
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)
9 years ago