- 15 May, 2012 4 commits
-
-
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
-
Jeroen Hoekx 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 10 commits
-
-
Fix YAML hosts list.
Michael DeHaan committed -
John Kleint committed
-
John Kleint committed
-
Support list indexing in varReplace.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Fixup unicode varReplace templating.
Michael DeHaan committed -
Fix for bug #264
Michael DeHaan committed -
cocoy committed
-
The original patches should have conflicted? 53bde0bf vs efde61e5
Jeroen Hoekx committed -
Michael DeHaan committed
-
- 11 May, 2012 3 commits
-
-
Added the network address of an interface as an ansible variable
Michael DeHaan committed -
Fix for issue 353
Michael DeHaan committed -
mktemp creates the temp directory 700 only. If the sudo-user is not root, the other user will not be able to run the command (Permission denied error). This adds the executable bit for all on the temp directory.
Stephen Fromm committed
-