- 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
-
- 10 May, 2012 9 commits
-
-
commit e00368e7c65c65bed11fcaaf83fe8b093dbf492e Merge: 2ea7110c c039aa0 Author: Michael DeHaan <michael.dehaan@gmail.com> Date: Thu May 10 01:43:10 2012 -0400 Merge branch 'devel' of https://github.com/weaselkeeper/ansible into weaselkeeper-devel commit c039aa091582cd31e206692df6f4f148394b41d6 Author: Jim Richardson <weaselkeeper@gmail.com> Date: Fri May 11 17:55:13 2012 -0700 cleanup and simplification of ANSIBLE_REMOTE_TMP feature commit d87f15b796b799c375808edc7cc0932d7809d325 Merge: 5917aba 4c2fd25 Author: Jim Richardson <weaselkeeper@gmail.com> Date: Fri May 11 17:30:16 2012 -0700 Merge branch 'devel' of github.com:weaselkeeper/ansible into devel commit 5917aba761af2e4163772d2d74e7efc0d169273a Author: Jim Richardson <jrichardson@classmates.com> Date: Wed May 9 11:25:45 2012 -0700 ANSIBLE_REMOTE_TMP environment variable sets where ansible will stuf tmp files on remote host. Default is /var/tmp for root, and $HOME/.ansible/tmp for non-root commit 4c2fd2577769a6392187585828168bcb4a1476da Author: Jim Richardson <jrichardson@classmates.com> Date: Wed May 9 11:25:45 2012 -0700 ANSIBLE_REMOTE_TMP environment variable sets where ansible will stuf tmp files on remote host. Default is /var/tmp for root, and $HOME/.ansible/tmp for non-root
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Allow hosts not in inventory to override inventory with -i "host1,host2:port" etc, which is the original intent of --override-hosts.
Michael DeHaan committed -
Do not run unit tests against the EVENTS code because it is subject to change and that does not mean anything is broken. If we want to test playbooks, it's best to test the result of a playbook to make sure it does the correct thing. Also remove playbook2/3 yml which were not used.
Michael DeHaan committed
-
- 11 May, 2012 3 commits
-
-
Fix correct variable expansion in includes only_if.
Michael DeHaan committed -
There's not need to run the complete include through the templating engine. Several variables were not included before the conditional was evaluated.
Jeroen Hoekx committed -
Support single handlers for notify.
Michael DeHaan committed
-
- 10 May, 2012 1 commit
-
-
Fix YAML hosts list.
Michael DeHaan committed
-