- 24 Apr, 2014 13 commits
-
-
Hide YAML content on syntax errors when a vault password is specified
James Cammarata committed -
Add parameters to get_url for the url username/password
James Cammarata committed -
Fixes #6928
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Allow sudo to another user from root with the ansible command
James Cammarata committed -
Correct/update debconf examples - need to specify vtype.
James Cammarata committed -
Fix handling of non-JSON lines in responses
James Cammarata committed -
Add note about with_fileglob to "Looping over Fileglobs"
Michael DeHaan committed -
Remove invalid variable
Michael DeHaan committed
-
- 23 Apr, 2014 27 commits
-
-
npeters committed
-
Reference #7102
Nick Budidharma committed -
Matt Martz committed
-
docker: exclude 'entrypoint' from comparing 'command' param with containers
James Cammarata committed -
James Cammarata committed
-
Add Docker inventory plugin
James Cammarata committed -
apt_key lists all keys in uppercase
James Cammarata committed -
Added dynamic inventory plugin for Abiquo
James Cammarata committed -
Richard Hoop committed
-
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Chris Lamb committed -
Support hosts without private ip without errors
James Cammarata committed -
Docker: don't send wrong parameters to client.start()
James Cammarata committed -
Richard Hoop committed
-
Garbage lines with ' = ' in them were causing parsing errors, where key=val lines should not have spaces around the equals. Fixes #6962
James Cammarata committed -
Richard Hoop committed
-
use region_name in nova_compute
James Cammarata committed -
Document the `ec2` group.
James Cammarata committed -
Ensure params were set in ec2_vpc before accessing them
James Cammarata committed -
https://github.com/sivel/ansible
Merge branch 'raw-script-su-support' of https://github.com/sivel/ansible into sivel-raw-script-su-support
James Cammarata committed -
update ec2_tags documentation to include missing option
James Cammarata committed -
Possible docs error: 'path' instead of 'src'
James Cammarata committed -
Fixes #6601
James Cammarata committed -
Richard Hoop committed
-
I came to this example today (line 50), and when I tried it, I got an error: `msg: src and dest are required for creating links` So, I changed **path** to **src** and it worked fine. Looks like the example is wrong, since the docs say "dest" is already an alias for "path", in which case we would have 2 "path" definitions.
Erika Heidi committed -
Richard Hoop committed
-
'list' was added more recently, it was omitted from the documentation.
Ted Timmons committed -
Give more information when a task is empty
James Cammarata committed
-