- 25 Jul, 2014 1 commit
-
-
Start of unit tests for split_args function, moved split_args to utils since not needed by modules (so far).
Michael DeHaan committed
-
- 24 Jul, 2014 11 commits
-
-
Michael DeHaan committed
-
James Cammarata committed
-
James Cammarata committed
-
https://github.com/wrosario/ansible
Merge branch 'integration_mysql_db' of https://github.com/wrosario/ansible into wrosario-integration_mysql_db
James Cammarata committed -
Fixes #8220
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
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.
Michael DeHaan committed
-
- 23 Jul, 2014 2 commits
-
-
fix for unarchive 8257
Michael DeHaan committed -
Benno Joy committed
-
- 22 Jul, 2014 2 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
- 21 Jul, 2014 7 commits
-
-
Create fstab if not exists
James Cammarata committed -
James Cammarata committed
-
This is mainly to prevent from failing with no such file or directory during module execution.
Sébastien Gross committed -
Sébastien Gross committed
-
* 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)
James Cammarata committed -
This reverts commit 0f91add8. Fixes #8216
James Cammarata committed -
Add checkmode support for test-module script
James Cammarata committed
-
- 20 Jul, 2014 1 commit
-
-
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
Hector Acosta committed
-
- 19 Jul, 2014 4 commits
-
-
Michael DeHaan committed
-
Adds support for snapshots and extra persistent disks to the gce modules
Michael DeHaan committed -
Add check_mode support to authorized_key. Fixes #7300
Michael DeHaan committed -
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
Hector Acosta committed
-
- 18 Jul, 2014 7 commits
-
-
Fixed documentation in playbooks_variables.rst
Michael DeHaan committed -
Michael DeHaan committed
-
kustodian committed
-
Adding the following Test Coverage for RedHat and Debian OS: - Use mysql_db module to create, delete databases using different encoding. - Backup/Restore databases using different file format: sql, gz and bz2. - Create and delete databases using different user privilege. - Assert database creation, deleting and content using system commands.
Wayne Rosario committed -
This fixes 8173, if target was not defined it would break, now it wont
James Cammarata committed -
Jonathan Mainguy committed
-
Fix for issue #8152: Missing auth headers and a faulty JSON decode
Michael DeHaan committed
-
- 17 Jul, 2014 5 commits
-
-
Looks like this regressed in commit 97301575 due to fetch_url refactors.
Will Angenent committed -
Retr0h/align markdown headers
Michael DeHaan committed -
Enable puppet facts
Michael DeHaan committed -
A fairly trivial change since `Role Name` and `Example Playbook` will likely be modified anyways. However, since all the other sections are aligned properly, felt it would be nice to "clean this up". Before: Role Name ======== Example Playbook ------------------------- After: Role Name ========= Example Playbook ----------------
John Dewey committed -
Currently facter facts omit facts that a distributed via Puppet. This commit adds the `--puppet` option. In cases where puppet is not installed, the command sends a warning to STDERR *but* completes successfully. So should not cause any issues. The benefit is, filtering can be done based on facts set by Puppet.
Yasser Nabi committed
-