- 11 Jul, 2013 10 commits
-
-
updated module docs to reflect 'correct' on_create vs on_creation
Michael DeHaan committed -
Fix path to ntp.conf.j2 in example.
Michael DeHaan committed -
fixing small mis-spelling
Michael DeHaan committed -
Fix some minor spelling mistakes in the hg module documentation
Michael DeHaan committed -
Add Jinja2 filter 'skipped' to test for a registered variable from a ski...
Michael DeHaan committed -
Add Jinja2 filter 'quote' to quote string for shell usage
Michael DeHaan committed -
Update fail docs for new syntax
Michael DeHaan committed -
expand vars like $HOME used in config values too
Michael DeHaan committed -
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
-
- 09 Jul, 2013 1 commit
-
-
Andreas Piesk committed
-
- 08 Jul, 2013 5 commits
-
-
Use when instead of only_if Use new variable style
Jesse Keating committed -
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
-
- 07 Jul, 2013 2 commits
-
-
Stoned Elipot committed
-
Stoned Elipot 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 7 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
-