Commit Graph

8149 Commits (0d8eefe197acc4f6e42c768f151e3f079c8a3c43)
 

Author SHA1 Message Date
James Cammarata 38874103c8 Merge pull request #2109 from Osterjour/patch-1
Change success status code to 202
9 years ago
Matt Davis 238af47a9d Merge pull request #2007 from p53/devel
Added pvs parameter to lvol module
9 years ago
Toshio Kuratomi 71d83b77bc Recategorize git_config and shift version to 2.1 9 years ago
Chris Houseknecht ca310f3d15 Merge pull request #2106 from chouseknecht/azure_rm_deployment
Rename azure_deploy to azure_rm_deployment. Refactor to use azure_com…
9 years ago
Brian Coca 09a1015bd7 updated version added 9 years ago
Matthew d91baee7c9 Add git_config module (#1945)
* Add git_config module

This module can be used for reading and writing git configuration at all
three scopes (local, global and system). It supports --diff and --check
out of the box.

This module is based off of the following gist:
https://gist.github.com/mgedmin/b38c74e2d25cb4f47908
I tidied it up and added support for the following:
- Reading values on top of writing them
- Reading and writing values at any scope
The original author is credited in the documentation for the module.

* Respond to review feedback

- Improve documentation by adding choices for parameters, requirements
  for module, and add missing description for scope parameter.
- Fail gracefully when git is not installed (followed example of puppet
  module).
- Remove trailing whitespace.

* Change repo parameter to type 'path'

This ensures that all paths are automatically expanded appropriately.

* Set locale to C before running commands to ensure consistent error messages

This is important to ensure error message parsing occurs correctly.

* Adjust comment
9 years ago
Jordan Cohen df055265d4 message template variable fix
Due to ansible/jinja2 templating, it is difficult to use the monitor message template variables as they need to be surrounded by `{{` and `}}`, this change addresses that issue by allowing the user to use `[[` and `]]` instead.
9 years ago
chouseknecht a1cc951d6f Updated per PR comments 9 years ago
Michael Scherer 95018b5fe8 Add partial doc on return value of virt (#2116) 9 years ago
Matt Davis 0b66156f25 Merge pull request #2112 from jhawkesworth/fix_ame_2090
Fix for https://github.com/ansible/ansible-modules-extras/issues/2090
9 years ago
= d198d025de Fix for https://github.com/ansible/ansible-modules-extras/issues/2090 9 years ago
Matt Davis d9caac037c Merge pull request #1119 from h0nIg/devel_acl_inheritance
win_acl_inheritance
9 years ago
Brian Coca 470460acfc promoted to core, including fixes 9 years ago
James Cammarata 59821bbc30 Removing docker_login as it's now in core 9 years ago
René Moser 344dff4350 docs: fix make docs (#2107) 9 years ago
Markus Ostertag d5ab3dc0f3 Change success status code to 202
As I already mentioned here: a1b1182662 (diff-d04a476e5d71372918cb6e7e5b39a683R120) @jimi-c added some "hidden" additional check in his urllib commit and broke the whole module for everybody as Datadog answers with an 202 in case of success (http://docs.datadoghq.com/api/#troubleshooting).
9 years ago
chouseknecht 99f5e394ad
Rename azure_deploy to azure_rm_deployment. Refactor to use azure_common. 9 years ago
Tim Rupp 86f08bfcda Adds the __main__ conditional check (#2098)
As is done in other ansible modules, this adds the __main__ check
to the module so that the module code itself can be used as a library.
For instance, when testing the code.
9 years ago
Indrajit Raychaudhuri 142742964e Fix homebrew_cask examples 9 years ago
Joshua Gilman e4a4259bc2 Change disk type to str to allow correct usage of rootfs for LXC (#2091) 9 years ago
Rene Moser 3feb69f614 consul: add docs, fix typos, minor style fix 9 years ago
Sun JianKang 08f5a3b6d0 add service address when register service (#1299) 9 years ago
Ner'zhul d3a34c0b2c Add mongodb parameter module (#1596)
* Add mongodb parameter module

This module permit to configure mongodb live parameters to tune the running engine
9 years ago
Adrià Galín Figueras 014297b868 Fixed netif params when create lxc container (#2064) 9 years ago
Toshio Kuratomi d871df6c27 Switch from deprecated ANSIBLE_VERSION to ansible.__version__ 9 years ago
Rene Moser de22b721db vmware_vm_shell: doc: add missing defaults 9 years ago
Ritesh Khadgaray e24c3b93fe vmware_vm_shell: speed up vm_name search (#1909) 9 years ago
Chris Lamb 8d7d070201 system/ufw.py: Add security warning re. removing ufw application prof…
It's not particularly obvious that removing an application will remove it
from ufw's own state, potentially leaving ports open on your box if you
upload your configuration.

Whilst this applies to a lot of things in Ansible, firewall rules might
cross some sort of line that justifies such a warning in his instance.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
9 years ago
= 7d9b73ec5a fix problem where you couldn't compare empty strings in win_regedit following my previous change 9 years ago
Michael Scherer 1b18c74918 Remove unused import of 'socket' module 9 years ago
Michael Scherer ed4dd65057 Mark api_key as no_log, since that's supposed to be kept secret 9 years ago
Indrajit Raychaudhuri c5ed63a972 Add `version_added` doc property for `install_options` in homebrew_cask 9 years ago
Indrajit Raychaudhuri 8128464adc Add additional examples for parameter `install_options` in homebrew_cask 9 years ago
Enric Lluelles 357cbd73f5 Adding install_options to homebrew_cask 9 years ago
Emil Bostijancic 3031105e78 Fixes maven_artifact - verify_md5 only called for SNAPSHOT
* fixed https://github.com/ansible/ansible-modules-extras/issues/2066

* fixes https://github.com/ansible/ansible-modules-extras/issues/2066
9 years ago
Michael Scherer ba74516640 Fix aibrake 9 years ago
Stefan Magnus Landrø fe2dc427d4 Honouring verify_ssl when using username/password for authentication … 9 years ago
James Cammarata 247e17a665 Merge branch 'erjohnso-google-kubernetes' into devel 9 years ago
Michael Scherer 14c323cc8e Fix default url in airbrake_deployment doc (#2078) 9 years ago
Toshio Kuratomi 54a6a470b5 Make main() only run when invoked as a script (style cleanup) 9 years ago
Matt Davis 7ece46711a Merge pull request #2074 from dreamcat4/feature/win-modules-strict-mode-fixes
Feature/win modules strict mode fixes
9 years ago
Dreamcat4 9bc12dc9dd win-firewall-rule: temp disable strict-mode for the time being 9 years ago
Dreamcat4 8734e8f397 fix: win-environment strict-mode fixes 9 years ago
Dreamcat4 55c6aee5d1 fix: win-scheduled-task strict-mode fixes 9 years ago
Chris Houseknecht 451420b7e8 Merge pull request #1839 from lmazuel/feature/azure-deploy
Feature/azure deploy
9 years ago
Rob c3d8b07432 New module - ec2_snapshot_facts (#1088) 9 years ago
p53 706cbf69ca Add pvs parameter to documentation
Add pvs parameter to documentation
9 years ago
Adam Romanek e8391d6985 Fixed #237 - improved embedded JSON support handling (#1530) 9 years ago
Victor Costan 1aecfc1e19 amazon/GUIDELINES.md: Fix copy-paste typo (#2060) 9 years ago
Matt Davis 82da45e520 Merge pull request #2034 from jhawkesworth/add_binary_to_regedit
Windows: win_regedit; Add support for managing binary registry data to win_regedit
9 years ago