- 22 Jul, 2014 1 commit
-
-
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 6 commits
-
-
Fixed documentation in playbooks_variables.rst
Michael DeHaan committed -
Michael DeHaan committed
-
kustodian 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 12 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 -
Update docs to mention new PPA
James Cammarata committed -
Michael DeHaan committed
-
This reverts commit 7a8eb0b6.
James Cammarata committed -
James Laska committed
-
Adds channel key parameter
Michael DeHaan committed -
Merge pull request #8166 from scottbrown/bugfix-ansible-vault-read-password-does-not-close-file-handle Fixing improperly closed file handle in ansible vault
Michael DeHaan committed -
Fix EC2_TAG module output structure when listing tags
Michael DeHaan committed
-
- 16 Jul, 2014 9 commits
-
-
Jimena Cabrera-Notari committed
-
Fix "TypeError: group id must be integer" if groupid passed in for group key
Michael DeHaan committed -
portage: default exit (not fail) if sync=yes in check mode
Michael DeHaan committed -
Load existing group_vars file for new group_by group
James Cammarata committed -
James Cammarata committed
-
if it was not loaded yet, which happens if that group didn't exist yet in the inventory. fixes #8159
Serge van Ginderachter committed -
James Cammarata committed
-