- 12 Dec, 2013 6 commits
-
-
Tim Gerla committed
-
Fix typos in intro_configuration.rst & constants.py
Michael DeHaan committed -
Ferenc Grecu committed
-
Ferenc Grecu committed
-
Make sure ssh pipes are empty before moving on
jctanner committed -
Resolves issue #5082 Code as it was would hit a scenario where one of the FDs was not ready for reading the first time through -- but p.poll() would show the process as complete. This would cause ansible to continue on, while leaving some content left in a pipe. The other scenario -- the one that causes the unclosed quote, is if we go through select.select() and we do get stdout in the ready for reading -- we read from it (9000 bytes), but that's not all that is there. Again we'd get to the p.poll() check and it would be indeed not none, but we would have left some of stdout on the FD and thus the json blob would be malformed. Tested with and without full ssh debugging. Tested with and without ControlPersist Tested with and without ControlPersist sockets already created
Jesse Keating committed
-
- 11 Dec, 2013 2 commits
-
-
Michael DeHaan committed
-
This reverts commit 7f8863f9.
Michael DeHaan committed
-
- 10 Dec, 2013 7 commits
-
-
Fix typo for ANSIBLE_FORCE_COLOR in Changelog
Michael DeHaan committed -
Fix typo in ANSIBLE_FORCE_COLOR
Ferenc Grecu committed -
Account for instances that have not yet been registered. Fixes #5076
jctanner committed -
jeromew committed
-
Jim Dalton committed
-
apt: update index before trying to autoinstall python-apt
Michael DeHaan committed
- 09 Dec, 2013 3 commits
-
-
jeromew committed
-
Fix issue #5214: hostname persistence on RedHat/CentOS
jctanner committed -
Rene Moser committed
-
- 08 Dec, 2013 3 commits
-
-
Fix link to playbooks loops
Michael DeHaan committed -
Maykel Moya committed
-
David Hummel committed
-
- 07 Dec, 2013 2 commits
-
-
Cast the retrieved `retries` var to an int before incrementing as it may...
Michael DeHaan committed -
For example, the following method of calculating the value will result in a type error: appstatus_waitfor: 4 # Minutes appstatus_delay: 5 # seconds appstatus_retries: "{{ mins * 60 / delay }}"Steve Smith committed
-
- 06 Dec, 2013 4 commits
-
-
Fix loading from cache in ec2.py inventory plugin.
jctanner committed -
Lorrin Nelson committed
-
remove author section, references old email address
Michael DeHaan committed -
Clarify docs readme about wordpress
Michael DeHaan committed
-
- 05 Dec, 2013 13 commits
-
-
user module: force= and remove= should not be mutually exclusive
jctanner committed -
jeromew committed
-
ec2 inventory now include Ansible 1.3 style _meta data each host.
jctanner committed -
Added support for parsing in the SLES patch level correctly
jctanner committed -
gservat committed
-
gservat committed
-
Lorrin Nelson committed
-
add fnmatch() support for apt remove too (just like install)
jctanner committed -
Add documentation for usage of encrypted postgresql passwords.
jctanner committed -
Fix apt module to be able to install package by giving just a provides a...
jctanner committed -
Jinn Koriech committed
-
Jinn Koriech committed
-
The apt module check if a packag eis valid by loking in the cache, checking only for full name, while it should also check that the name is not just provided. Fix https://github.com/ansible/ansible/issues/5177
Michael Scherer committed
-