- 26 Aug, 2014 11 commits
-
-
Merge branch 'feature/makes-ec2-lc-boto-iso-functional' of https://github.com/botify-labs/ansible into botify-labs-feature/makes-ec2-lc-boto-iso-functional
James Cammarata committed -
ansible-vault: The correct option is password_file. Fixes #8752
James Cammarata committed -
James Cammarata committed
-
Also minor fixes like adjusting version_added fields, etc.
James Cammarata committed -
Also fixes missing doc fragments missing in template and assemble
James Cammarata committed -
Matt Martz committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
https://github.com/pbitty/ansible
Merge branch 'file_symbolic_mode' of https://github.com/pbitty/ansible into pbitty-file_symbolic_mode
James Cammarata committed
-
- 25 Aug, 2014 20 commits
-
-
Fixes #7775
Peter Fry committed -
Increase number of contributors in README
James Cammarata committed -
James Cammarata committed
-
Also adds checks for the upstart version, in order to test check support for manual vs. start on manual
James Cammarata committed -
Greg DeKoenigsberg committed
-
Eri Bastos committed
-
handling case of space in path (given would start with single quote)
James Cammarata committed -
y_nk committed
-
[get_url module]parse content-disposition filename parameter even if it's not quoted
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Name appears to be a required parameter for cron module
James Cammarata committed -
module docker - expose will fail to port forward network connections if there are spaces in the CSV value
James Cammarata committed -
now acl expands tildes
James Cammarata committed -
Hostname strategy implementation for OpenRC based systems (e.g. Gentoo)
James Cammarata committed -
The "name" parameter seems to be rather important as the identifying feature of a cron job. This is an update to the documentation to further emphasize this.
Matt Parker committed -
As far as I can tell, `name` is a required parameter. The guard test at (now) line 458 says you need name if `state == present` and at 464 if `state != present`, although that's not quite as clear. Each of the code paths at 485 - 495 pass the name param through to `add_job`, `update_job` and `remove_job`, and the actual _update_job method earlier seems to require it too. However I don't really know python so I may be wrong, but I can't see the circumstances when `name` is not required.
Matt Parker committed -
Make sure cmd is UTF8 encoded before splitting. Fixes regression introduced by 80df2135.
Chris Church committed
-
- 24 Aug, 2014 2 commits
-
-
Brian Coca committed
-
Eric D. White committed
-
- 23 Aug, 2014 2 commits
-
-
Johann Schmitz committed
-
For content-disposition response header field, try to parse filename parameter even if it's not quoted.
George Yoshida committed
-
- 22 Aug, 2014 5 commits
-
-
Michael DeHaan committed
-
Bugfix: #8720 winrm.py: protocol.send_message() crashes with https
Michael DeHaan committed -
Michael DeHaan committed
-
for local usage.
Michael DeHaan committed -
Generate warnings when users are shelling out to commands rather than using modules Can be turned off on a per-action line with the documented warn=False flag. Can be turned off globally using command_warnings = False in ansible config file. Print out warnings using the standard playbook callbacks. Created some additional tests in TestRunner.test_command and also a demonstration playbook.
Will Thames committed
-