- 13 Jun, 2012 3 commits
-
-
Fix author
Michael DeHaan committed -
Tim Bielawa committed
-
0.4.1
Michael DeHaan committed
-
- 12 Jun, 2012 2 commits
-
-
Tim Bielawa committed
-
Tim Bielawa committed
-
- 01 Jun, 2012 1 commit
-
-
Added possibility to define externally the ANSIBLE_ROOT and added a -q quiet option for the env
Michael DeHaan committed
-
- 31 May, 2012 1 commit
-
-
Adrià Casajús committed
-
- 27 May, 2012 2 commits
-
-
Allow the template module to expand src=$foo
Michael DeHaan committed -
Cosmin Luță committed
-
- 24 May, 2012 2 commits
-
-
Conflicts: CHANGELOG.md VERSION docs/man/man1/ansible-playbook.1 docs/man/man1/ansible.1 lib/ansible/__init__.py lib/ansible/playbook.py lib/ansible/utils.py packaging/rpm/ansible.spec
Michael DeHaan committed -
Michael DeHaan committed
-
- 23 May, 2012 2 commits
-
-
Michael DeHaan committed
-
Allow "=" in k-v values.
Michael DeHaan committed
-
- 22 May, 2012 3 commits
-
-
Matt Goodall committed
-
template path for handlers: include
Michael DeHaan committed -
Matthew Williams committed
-
- 20 May, 2012 2 commits
-
-
Fetch module: run dwim on dest after templating, not before
Michael DeHaan committed -
Matthew Williams committed
-
- 19 May, 2012 2 commits
-
-
Feature: Add state=reloaded
Michael DeHaan committed -
Michael DeHaan committed
-
- 17 May, 2012 2 commits
-
-
updated connection.py to have the same interface for exec_command on both LocalConnection and ParamikoConnection classes
Michael DeHaan committed -
updated connection.py to have the same interface for exec_command on both LocalConnection and ParamikoConnection classes
Adam Denenberg committed
-
- 15 May, 2012 7 commits
-
-
0.4 fix, Remove call to undefined debug() in module 'user'
Michael DeHaan committed -
If /usr/share/dict/words does not exist, use cracklib-small to test larg...
Michael DeHaan committed -
Arguments to setup module should be json.
Michael DeHaan committed -
Jeroen Hoekx committed
-
I think when we stopped using stderr for debugging modules because paramiko didn't like it, many modules used the idiom of defining a debug function that used standard error. The def's and calls were removed. This looks like a stray debug() that didn't get removed and didn't show up unless you alter a user's groups. If it's hit, 'user' fails with a global undefined function error.
Brad Olson committed -
Jeroen Hoekx committed
-
cocoy committed
-
- 14 May, 2012 8 commits
-
-
implement --private-key for ansible - to take pem files as an optional arg
Michael DeHaan committed -
Devel: created get_selinux_facts
Michael DeHaan committed -
starting fresh, doing it 'right'
Wes Johnson committed -
Lost commit history, but this way I'm not introducing crappy commit history in RP
Wes Johnson committed -
Seth Vidal committed
-
Seth Vidal committed
-
with a private key file - not just an agent or pw
Seth Vidal committed -
Template fixes
Michael DeHaan committed
-
- 13 May, 2012 3 commits
-
-
Daniel Néri committed
-
This now follows the other template functions, and implicitly also fixes that playbook handler includes were still processed by Jinja2.
Daniel Néri committed -
Daniel Néri committed
-