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
Philip Jay
138fffb152
Add fstype arg to the mount examples
...
Needed fstype in the examples, since fstype is a required argument for
mount.
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
Wayne Rosario
d595fd00e9
updating doc to include revoke example for mysql_user docs
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
Nacho Coloma
57428c48a2
Bugfix: bulletproof unexpected_error_msg at gce.py
...
This method was still failing for me with a "missing http_code" message. After applying this change, the error message is:
```
msg: Unexpected response: {'value': 'PyCrypto library required for Service Account Authentication.'}
```
I wanted to contribute a rock-solid `unexpected_error_msg` implementation.
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
James Cammarata
571dbe09c3
Merge pull request #8214 from hacosta/checkmode
...
Add checkmode support for test-module script
10 years ago
Hector Acosta
b8cbf1370f
Add checkmode support for test-module script
...
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
10 years ago
Michael DeHaan
2769b3d0b2
Update version_added attribute on recent GCE module additions.
10 years ago
Michael DeHaan
98c6688343
Merge pull request #6976 from clconway/gce-snapshots
...
Adds support for snapshots and extra persistent disks to the gce modules
10 years ago
Michael DeHaan
dc262a0169
Merge pull request #8209 from hacosta/hacosta_7300
...
Add check_mode support to authorized_key. Fixes #7300
10 years ago
Hector Acosta
ec70bb01ef
Add check_mode support to authorized_key. Fixes #7300
...
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
10 years ago
Brian Coca
b65536bc56
removed parent, wasn't very useful and caused problems across versions
...
fixed cache expiration
10 years ago
Brian Coca
900a9f9556
added environment variables as config overrides for vmware inventory
...
fixed vmware properties, was getting parent's properties
cache now actually works
removed tags, they were not the ones i was looking for
renamed cache defaults fixed ini file to match
10 years ago
Lee Gillentine
69337362e7
Adding another example to demonstrate unarchive working entirely on a remote machine
10 years ago