Commit Graph

7913 Commits (474baaa831fac83591ea7641ade5867c562e715d)
 

Author SHA1 Message Date
Brian Coca 05f53f2b95 Merge pull request #200 from schwartzmx/module/win_acl
win_acl Module

talked to @cchurch, merging this for now, need to open ticket to address the 2008 issue
9 years ago
Brian Geihsler c6a934d57b Fix #1107: Prepend registry type on key path 9 years ago
Brian Geihsler d0e3a315ac Fix #1107: Use Get-Attr in win_regedit 9 years ago
Toshio Kuratomi 8ce3104bc5 Convert from dos line endings to unix because dos line endings break our documentation build. 9 years ago
Brian Coca fdb4a58f97 added version_added and fixed some doc parsing issues 9 years ago
Brian Coca 6e01848602 Merge pull request #837 from jemmyw/consul-http-checks
Add consul http checks to consul.py
9 years ago
Toshio Kuratomi 96af56d750 Merge pull request #1106 from groks/crypttab-strip-fix
Fix bug #1105 - incorrect use of lstrip()
9 years ago
Steve c5924aff74 Fix bug #1105 - incorrect use of lstrip()
Remove only the literal prefix '/dev/mapper/' - not any of the characters
in '/dev/mapper/' - from the name param of the crypttab module.
9 years ago
Brian Geihsler 1e37276c97 Fix #1101: win_webpicmd strict mode fixes 9 years ago
Brian Geihsler 0e64863429 Fix #1099: Only populate site result when it is there 9 years ago
ogenstad 2548112b46 lookupMib=False for pysnmp 4.3.0 9 years ago
Corwin Brown c35c37258f Adding win_uri module 9 years ago
whiter 62cd2d9c18 Use filters attribute rather than eni id so facts can be filtered on much more. Matches the new ec2_vpc_route_table_facts and ec2_vpc_subnet_facts modules 9 years ago
Rob 5f3f15fbc0 Use doc fragment and fix examples 9 years ago
YAEGASHI Takeshi 592e300851 New module: blockinfile 9 years ago
Brian Coca 15480e3d04 fixed option in examples 9 years ago
Shawn Siefkas dbdd2475e6 Handling dry run exception 9 years ago
Charles Paul 51bb65c9a3 reference instance_id in docs, fixes for calls to fail_json 9 years ago
Brian Coca 561d768f44 Merge pull request #1076 from trondhindenes/win_package_bugfix
turned off strict msi code checking
9 years ago
Brian Coca a155f7ee34 Merge pull request #1071 from nlandais/devel
Adding fix to get around bug found with the New-Website command when…
9 years ago
Brian Coca cc69ac1513 Merge pull request #1064 from dreamcat4/feature/win_fw-hotfixes
hotfixes: module windows/win_firewall_rules
9 years ago
Brian Coca 4a0e757196 Merge pull request #370 from nsg/full-attachments-support
Add attachments support to slack module.
9 years ago
Brian Coca 06210612ee Merge pull request #251 from kdisneur/hotfix/tap-prefixed-by-homebrew
Remove `homebrew-` prefix when checking if repo has already been tapped
9 years ago
Brian Coca 0e56b95f5c Merge pull request #1068 from luiseterc/devel
Fix bug #1067
9 years ago
Jeremy Wells cf4b4be901 Add consul http checks to consul.py
Consul module already supports ttl and script checks. This commit adds
http checks.
9 years ago
daniel-sc dbb0bcd9e4 configurable timeout for creating gce image 9 years ago
Stefan Berggren df90e3b162 Merge pull request #1 from ramondelafuente/feature/nsg-full-attachment-support
module guidelines compliency
9 years ago
ag-wood 8a07d070e1 Fix for ansible-modules-extras issue #1080 9 years ago
Will Keeling 4e6b683aa0 Fixes #634 - multiple param handling by modprobe.py 9 years ago
Corwin Brown f8e1600444 Made Powershell Strict Complient 9 years ago
Trond Hindenes b9d842ecd6 turned out strict msi code checking 9 years ago
Indrajit Raychaudhuri c6aeaf00b1 homebrew: Aditional examples for documentation 9 years ago
Indrajit Raychaudhuri 3b5c7f2936 homebrew: Add explicit documentation for 'path' argument (with expected default)
In Homebew, a formula is installed in a location relative to the actual
`brew` command. The documentation clarifies that.

Additionally, removed redundant 'path' reconstruction in multiple places.
9 years ago
Nicolas Landais d1dcf8e06b Adding fix to get around bug found with the New-Webstire command when running playbook on a vanilla machine. 9 years ago
Ramon de la Fuente a8ac83e397 module guideline changes 9 years ago
Ramon de la Fuente d14bb33a03 updated the examples to the new Slack API 9 years ago
Ramon de la Fuente ce76d813c3 added the folder structure and general explanation to examples, removed module name typo 9 years ago
Ramon de la Fuente 35ec03ec00 removed link to guide, and added more documentation and examples 9 years ago
Ramon de la Fuente 559a7e7a32 adding the deploy_helper module 9 years ago
Ramon de la Fuente 8ffc11713f module guidelines compliency 9 years ago
Brian Coca 205115ea1f updated to use shared region docs from ec2 9 years ago
Brian Coca 8d3122169d added missing GPL licences
fixes #508
9 years ago
Brian Coca 8903d0d968 Merge pull request #557 from perzizzle/gtm_wide_ip
Module for managing F5 GTM wide ip
9 years ago
Brian Coca 5302de2686 Merge pull request #732 from tobywf/homebrew_validation
Homebrew: Allow colons, direct check for outdated formula
9 years ago
Brian Coca b8c19e6531 Merge pull request #1039 from indrajitr/homebrew-update
homebrew: Improve 'argument_spec' handling
9 years ago
Brian Coca 30e7f4a934 Merge pull request #1066 from jhawkesworth/documentation_win_environment_limitations
Document win_environment limitations
9 years ago
Luis Rodriguez 6e80ed57d2 Fix bug #1067 9 years ago
= 576b5e2fc3 Document module limitations to resolve https://github.com/ansible/ansible-modules-extras/issues/908 9 years ago
Brian Coca 6336838354 Merge pull request #1059 from sivel/sys-exit-removal
sys.exit removal from various modules
9 years ago
Dreamcat4 ece9c2b43a fix: Add 'enable:' flag for enabling existing rules which are disabled by default.
This is a very much needed flag. To turn on/off existing firewall rules. And like the recent fix of the 'Profile' key, the netsh cmd prints 'Enabled' in the textual output. (at least on win10 it does). So again a similar small code added for the necessary exception handling when the difference check happens.

Please merge / push upstream like the other fixes. Many thanks. This is the last fix I have put together for this patch set. So I will raise my PR now.

But if you want to fix more bugs, it seems there may be others. In terms of the control code. Sometimes it will delete a rule under 'force' condition (when found difference) - but instead it is supposed to just modify the existing rule. Some weird behaviour regarding that. The other problem is that ansible does not return the error text printed by 'netsh' cmd verbatim... but it should as that makes debugging these errors a *lot* easier.
9 years ago