Commit Graph

11356 Commits (3714c0742fe962d3593ae7b4d28c4c0b1f0c5771)
 

Author SHA1 Message Date
James Cammarata 3714c0742f Split args on single spaces only 10 years ago
James Cammarata 19bdc92a21 Merge branch 'jsmartin-fix_ec2_eip' into devel 10 years ago
James Cammarata 1134f6169c Minor indentation fixes on ec2_eip 10 years ago
James Cammarata 3281139981 Merge branch 'fix_ec2_eip' of https://github.com/jsmartin/ansible into jsmartin-fix_ec2_eip 10 years ago
James Cammarata 4a8e068855 Merge pull request #8292 from jimi-c/issue_7863_deb_with_items
Allow deb package installation via with_items
10 years ago
James Martin 1453f7b013 Fixes #8290. 10 years ago
James Cammarata 57f89b85eb Merge pull request #8271 from tksmd/fix-copy-set-fs-attributes-issue
fix an issue that copying directory will fail when trying to change file attributes
10 years ago
James Cammarata 63bcbd0af2 Fix for unicode decoding error in new splitting code
Also adds a new unicode integration test
10 years ago
Michael DeHaan bc90f7d48b Merge pull request #8288 from tomster/patch-1
FreeBSD 10 compatibility fix
10 years ago
Michael DeHaan 77e408aa30 Merge pull request #8287 from svenstaro/patch-1
Few language fixes for docs
10 years ago
Tom Lazar 146a0f1cb7 FreeBSD 10 compatibility fix
On FreeBSD the whitespace around the ``=`` triggers a (cryptic) ``no such file or directory`` error. removing the whitespace like above fixes this.
10 years ago
Michael DeHaan ec950b8ea2 Merge pull request #8286 from techtonik/patch-1
acl: Remove obscurity in `state` description
10 years ago
Sven-Hendrik Haase 28daa116ab Few language fixes
Hopefully I got them right! :)
10 years ago
anatoly techtonik b28848eee3 acl: Remove obscurity in `state` description 10 years ago
James Cammarata 10a850c70f Merge branch 'new_arg_splitting' into devel 10 years ago
Michael DeHaan 8d42f5cbfa Smush ds removal 10 years ago
James Cammarata b8a4ba26f0 Refactoring split_args into sub-functions 10 years ago
James Cammarata f0859a6d80 Merge remote-tracking branch 'ansible-stage/new_arg_splitting' into new_arg_splitting 10 years ago
Michael DeHaan 3adddf4836 Add another negative test for the parser logic. 10 years ago
James Cammarata d692f7f6ae Merge remote-tracking branch 'ansible-stage/new_arg_splitting' into new_arg_splitting 10 years ago
Michael DeHaan eeb51b6bf3 Moar split_args tests 10 years ago
Michael DeHaan 630f080cf0 Start of unit tests for split_args function, moved split_args to utils since not needed by modules (so far). 10 years ago
Michael DeHaan b5d64fdb36 Some notes/comment upgrades on split_args. 10 years ago
James Cammarata 43154e5101 Using custom splitting function for module param counting 10 years ago
Michael DeHaan c9a3b6c358 Pagerduty corrected misleading blog post, so no problems with them being in core now. Thank you guys! 10 years ago
Michael DeHaan e143d7dab7 Merge pull request #7543 from yangliping/fix_local_facts_file_checking_portability
Fix portability issue when checking local facts file permission.
10 years ago
Michael DeHaan 1e427d4ace Merge pull request #7710 from brad/zounds
use the full list of available campfire sounds
10 years ago
Michael DeHaan 635bea645c Merge pull request #7992 from dehylton/devel
fix swap translation on 4.x openbsd with 2.5.4 python
10 years ago
Michael DeHaan 2e2a1d4bd1 Merge pull request #8270 from berenddeboer/mount-fstab
Default for fstab missing, causing KeyError: 'fstab'
10 years ago
James Cammarata 7348b584ee Merge branch 'wrosario-integration_mysql_db' into devel 10 years ago
James Cammarata cd6602475b Merge branch 'integration_mysql_db' of https://github.com/wrosario/ansible into wrosario-integration_mysql_db 10 years ago
James Cammarata b21875d5a9 Make sure 'item' variable is set when using first_available_file
Fixes #8220
10 years ago
someda 1b1d5d0d3d fix an issue that copying directory will fail when trying to change file attributes and the target file already exists on remote
- the issue was introduced by the commit 84759faa09
10 years ago
James Cammarata 2cc602beea Fixes for module param counting and additional shell quoting issues 10 years ago
James Cammarata 091b76efaa Fixes to parsing tests to remove trailing space 10 years ago
Michael DeHaan 1064550b47 Add missing file. 10 years ago
Michael DeHaan a21092d7c2 Add missing role test file. 10 years ago
Michael DeHaan 5a763fb5b6 Add some negative tests on the same parsing infrastructure. 10 years ago
Michael DeHaan 02c63cee26 Add a lot of tests to verify parsing routines for scenarios that should pass. Some changes TBD, like stripping command spaces off end of expressions. 10 years ago
Berend de Boer 869cc7947e Default for fstab missing, causing KeyError: 'fstab' 10 years ago
Michael DeHaan f9f37a5070 Merge pull request #8263 from bennojoy/unarchive_fix
fix for unarchive 8257
10 years ago
Benno Joy ac85d8444b fix for unarchive 8257 10 years ago
James Cammarata d2a130971a Backporting CHANGELOG/RELEASES and packaging updates for 1.6.7-8 releases 10 years ago
James Cammarata 75e5b6401c Fixing up shell quoting issues 10 years ago
James Cammarata 593057515c Merge pull request #8223 from renard/create-fstab-if-not-exists
Create fstab if not exists
10 years ago
James Cammarata 8e940004c2 Fix ec2_setup task param quoting 10 years ago
Sébastien Gross 48128ec0ab [mount] make sure fstab exists
This is mainly to prevent from failing with no such file or directory
during module execution.
10 years ago
Sébastien Gross f2e2337d07 [mount] Add documentation for fstab option 10 years ago
James Cammarata 84759faa09 Security fixes:
* Strip lookup calls out of inventory variables and clean unsafe data
  returned from lookup plugins (CVE-2014-4966)
* Make sure vars don't insert extra parameters into module args and prevent
  duplicate params from superseding previous params (CVE-2014-4967)
10 years ago
James Cammarata 00e089e503 Revert "Explicitly set the user option for ssh connections"
This reverts commit 0f91add86f.

Fixes #8216
10 years ago