ansible/library
Michael DeHaan b56efa7809 Fix handling of list=status such that it will actually work in absense of the state command, to
make it useful from /usr/bin/ansible and the API.  Also some minor style fixes.
2012-04-26 22:43:36 -04:00
..
apt Add optional "default-release" argument for apt module 2012-04-23 00:17:07 +02:00
async_status Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. 2012-03-25 19:05:27 -04:00
async_wrapper Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module 2012-04-01 02:35:19 -04:00
command Added 'creates=filename' to the shell/command module, which can skip command execution if a file 2012-04-06 11:16:53 -04:00
copy very minor indentation issue in librar/copy 2012-04-27 16:45:28 -04:00
facter Ohai and facter modules should not use the ansible_facts API. 2012-04-24 16:57:04 +02:00
failtest Surface module debug (-D) to /usr/bin/ansible also 2012-03-31 11:45:29 -04:00
fetch fetch 'module' -- working with paramiko and local connections 2012-04-10 20:23:25 -07:00
file Merge pull request #249 from jhoekx/octal-file-mode 2012-04-26 16:25:39 -07:00
git convert so they handle argsfiles rather than arguments 2012-03-14 18:47:13 -04:00
group Drop support of group membership in group module 2012-03-28 14:29:23 -07:00
ohai Ohai and facter modules should not use the ansible_facts API. 2012-04-24 16:57:04 +02:00
ping Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper 2012-03-03 12:25:56 -05:00
service Fix handling of list=status such that it will actually work in absense of the state command, to 2012-04-26 22:43:36 -04:00
setup Change to socket.getfqdn() for fqdn fact 2012-04-26 08:39:47 -07:00
shell Added 'shell' to modules with a note that it doesn't really exist :) 2012-03-23 21:39:39 -04:00
slurp A better fix for slurp, expand path in the module. 2012-04-20 07:54:38 -04:00
template make all templating happen locally, so no jinja2 deps are ever required 2012-04-18 22:43:17 -04:00
user Update user module to support supplementary group membership 2012-03-28 14:12:35 -07:00
virt Fix FSF address in virt header. 2012-04-17 10:30:44 -04:00
yum fixes for yum module for rhel5 and issue 269 2012-04-27 17:38:46 -04:00