- 22 Aug, 2013 1 commit
-
-
Fixed so that we no longer check with the remote if a checkout already is at the desired sha version.
Johan Wirén 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 8 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 -
Fix service enable on FreeBSD
Michael DeHaan committed -
Some services have a knob (i.e. rc.conf setting) whose name differs from that of the script. For example, lockd process is controlled with a script called lockd, but the rc.conf value is rpc_lockd_enable. Fixes issue #3382.
Antti Rasinen committed -
'yes', 'on', '1', 'true', insensitively, and 1 are true, everything else is false
Stoned Elipot committed
-