- 19 Jul, 2014 2 commits
-
-
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 19 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
-
Fixes #8128
James Cammarata committed -
Update lineinfile validate help
James Cammarata committed -
Added setting of the health_check options on an existing ASG
James Cammarata committed -
James Laska committed
-
Fixing bug where the file handle is not closed properly because the parentheses are left off the call, telling Python to return a method but not call the method.
Scott Brown committed -
layman: remove my email address
Michael DeHaan committed -
fix get_distribution_version() on amazon linux
James Cammarata committed -
Correctly handle .repo files in zypper_repository module
James Cammarata committed -
Docs: fix the name of the package that provides apt-add-repository on Ubuntu
James Cammarata committed -
Ruggero Marchei committed
-
- 15 Jul, 2014 1 commit
-
-
Jakub Jirutka committed
-