- 11 Jul, 2013 2 commits
-
-
Fix some minor typos in the Advanced Playbooks documentation
Michael DeHaan committed -
Add a new with_file example to the authorized_key documentation
Michael DeHaan committed
-
- 10 Jul, 2013 2 commits
-
-
Joshua Lund committed
-
Joshua Lund committed
-
- 08 Jul, 2013 4 commits
-
-
fixed check mode for service module
Michael DeHaan committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Fixed indention of vv() output
Michael DeHaan committed -
Lasse Borchard committed
-
- 06 Jul, 2013 6 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts. -c ssh is preferred in most cases if you have ControlPersist available, otherwise if you are comfortable you can turn off recording while leaving host key checking on, etc.
Michael DeHaan committed
-
- 05 Jul, 2013 7 commits
-
-
Repair issue #3447
Michael DeHaan committed -
Use .encode() instead of str() to support unicode arguments.
Michael DeHaan committed -
Ton Kersten committed
-
Breaks "," values in INI files This reverts commit af051d6f.
Michael DeHaan committed -
Michael DeHaan committed
-
Conflicts: packaging/rpm/ansible.spec
Michael DeHaan committed -
Conflicts: RELEASES.txt
Michael DeHaan committed
-
- 04 Jul, 2013 9 commits
-
-
Michael DeHaan committed
-
- optimize for the extremely common case of people specifying pkg names ...
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- optimize for the extremely common case of people specifying pkg names which are, ultimately, already installed on a system here time went from 16s for a series of pkgs to 3s to just check that they were installed.
Seth Vidal committed -
Michael DeHaan committed
-
str() throws an UnicodeEncodeError for code points that cannot be represented in 7-bit ASCII. This makes it impossible to use any non-ASCII characters in module arguments. Using encode('utf-8') gives the desired result.
Antti Salminen committed -
messages do not get interlaced.
Michael DeHaan committed
-
- 05 Jul, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 04 Jul, 2013 3 commits
-
-
Michael DeHaan committed
-
Fix git submodule update when version specified
Michael DeHaan committed -
Matt Spaulding committed
-
- 03 Jul, 2013 5 commits
-
-
Michael DeHaan committed
-
Makes host key checking the default behavior but can be disabled in ansible.cfg or by environment variable.
Michael DeHaan committed -
Make the CPU facts Hyperthreading aware
Michael DeHaan committed -
Aaron Brady committed
-
Add Jinja2 filter |bool : return boolean interpretation of the value
Michael DeHaan committed
-