Commit Graph

7236 Commits (415ab8d046cc0bf41469ad491a2aaaf3811ebc84)
 

Author SHA1 Message Date
Chrrrles Paul 415ab8d046 Merge pull request #1319 from ritzk/vmware-execute-local-process
vmware_vm_shell: add the ability to start program without network connection
9 years ago
Toshio Kuratomi cbed642009 Simplify code 9 years ago
Brian Coca f6a0fec577 Merge pull request #1261 from agx/zypper-rc-status
zypper: Add returncode to result
9 years ago
Brian Coca 0749ee5897 Merge pull request #1344 from gordonfierce/devel
Fix documentation
9 years ago
Brian Coca f2dbaa6b33 Merge pull request #1102 from bgeihsgt/win_webpicmd_fix
Fix #1101: win_webpicmd strict mode fixes
9 years ago
Gordon Fierce b0196edb34 Fix documentation to prevent formatting error where each letter has its own line. 9 years ago
Brian Coca 2ce866f759 corrected version added to 2.1 9 years ago
Brian Coca 43b63c36fd Merge pull request #973 from wimnat/feature/ec2_vpc_net_facts
New module - ec2_vpc_net_facts
9 years ago
Brian Coca 1d27ef13fe Merge pull request #1333 from atsaki/cloudstack_resize_volume
Enable to resize a volume with cs_volume
9 years ago
Atsushi Sasaki 91d3c02571 Enable to resize a volume with cs_volume 9 years ago
Brian Coca 5e52b2f091 Merge pull request #1322 from resmo/for-ansible
[v2] cloudstack fixes
9 years ago
Matt Davis 2bd773f32a Merge pull request #1198 from georgefrank/win_nssm-fix-1195
Escape parameter string before converting to hash table
9 years ago
gfrank bc42aea3a3 Replace slashes in the parameter string
Also remove duplicate documentation
9 years ago
Toshio Kuratomi a10bdd6be9 Merge pull request #1302 from mscherer/fix_1282
Add a more explicit error message on missing requirement for firewalld
9 years ago
Michael Scherer 037ff89063 Add a more explicit error message, fix #1282 9 years ago
Rene Moser 8ec66713d9 cloudstack: fixes and improvements
- cs_affinitygroup: add project support
  Project support in CloudStack for affinity groups is going to be fixed/implemented in the near future, this module should already support.

- cs_affinitygroup:  fix missing returns in doc

- cs_volume: fix disk offering not found

- cs_volume: fix volume not found if created with display_volume=no

- cs_firewall: argument zone is missing, default zone is always used.
  credits for reporting and fixing to @atsaki
  closes #1320

- cs_instance: fix user_data base64 encoding fails if not a string
9 years ago
Matt Davis 5f510eba97 Merge pull request #1286 from smadam813/win_regedit
fix #1236
9 years ago
Ritesh Khadgaray 426e76dddb vmware_vm_shell: add the ability to start program without network connection 9 years ago
Brian Coca 7ee8e7d65a Merge pull request #1313 from Mogztter/issue-1312
Resolves #1312, Improve pam_limits documentation
9 years ago
Brian Coca 109f954a83 Merge pull request #1310 from michaelw/patch-1
Fix error 'fail_json() takes exactly 1 argument'
9 years ago
Brian Coca b01d28049b Merge pull request #1314 from pcsforeducation/patch-1
Fix mongodb_user docs typo
9 years ago
Josh Gachnang 8d866669bb Fix mongodb_user docs typo
Bob's last name is Belcher: http://bobs-burgers.wikia.com/wiki/Bob_Belcher.

These docs made me chuckle, so thanks :)
9 years ago
Guillaume Grossetie 32658b9d3b Resolves #1312, Improve pam_limits documentation
Adds comment parameter and improve examples.
9 years ago
Michael Weber fba8c9f8a7 Fix error 'fail_json() takes exactly 1 argument'
Fixes bug #1257
9 years ago
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 9 years ago
Brian Coca 60dd37d15f Merge pull request #1291 from Mogztter/issue-1290
documents missing limit_type choice "-"
9 years ago
GUILLAUME GROSSETIE c28a0031bb Resolves #1290, Adds limit_type choice "-" 9 years ago
Brian Coca 0c1d20865d Merge pull request #1250 from resmo/for-ansible
cloudstack: new module cs_volume
9 years ago
Adam Keech 42efef5682 Appending "Registry::" is not needed and no longer works. 9 years ago
Brian Coca 767ec29640 Merge pull request #1260 from xavpaice/devel
Added stdout and stderr to puppet output for rc=2
9 years ago
Rene Moser 87065005aa cloudstack: new module cs_volume 9 years ago
Brian Coca c978f4b332 updated version added 9 years ago
Brian Coca cde758332a Merge pull request #971 from atplanet/bug/vpc-subnet-tag-values-not-updating
Ensure tag values get updated in ec2_vpc_subnet
9 years ago
Brian Coca 2775be99d3 Merge pull request #1268 from ryansydnor/s3_bucket
Use boto normalized location for bucket creation
9 years ago
Matt Davis 41f4793d17 Merge pull request #1267 from h0nIg/devel_win_updates
win_updates: fix race condition and missing property
9 years ago
Brian Coca 0298f47df9 Merge pull request #1016 from jtyr/yumrepo
Adding yumrepo module
9 years ago
Brian Coca 367b88a2ab removed json import 9 years ago
Jiri tyr b9bb6d8d29 Adding yumrepo module
This patch is adding a new module which allows to add and remove YUM
repository definitions. The module implements all repository options
as described in the `yum.conf` manual page.
9 years ago
Toshio Kuratomi b87e3ce362 Quote strings that make the module docs fail to build 9 years ago
Toshio Kuratomi 19374903ac Switch StrictVersion for LooseVersion since some distros ship
beta versions and StrictVersion would fail on that.

Also clean up some minor style things
9 years ago
Toshio Kuratomi d3f0d3880c Merge pull request #444 from olsaki/devel
Add docker_login module
9 years ago
Olaf Kilian c629d5b013 Add requirement and check for compatible version of docker-py 9 years ago
Olaf Kilian 66964f660a Set no_log for password argument 9 years ago
Ryan Sydnor a56fe04683 Use boto normalized location for bucket creation
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
9 years ago
Hans-Joachim Kliemeck a59f1f528e fix race condition and missing property 9 years ago
Guido Günther 11e8a17684 zypper: Add returncode to result
This will be used in integration tssts and makes the whole thing
more similar to the yum module.
9 years ago
Xav Paice c1cf8e671a Added stdout and stderr to puppet output for rc=2 9 years ago
Brian Coca 7da1f8d4ca Merge pull request #1228 from romainrbr/iptables-ctstate-to-state
Editing iptable module to use -m state --state instead of -m conntrack --ctstate
9 years ago
Brian Coca 444155ce13 Merge pull request #1254 from agireud/os_project_fix
Fix return documentation
9 years ago
Alberto Gireud c9e4c32f41 Fix return documentation 9 years ago