You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Michael DeHaan 36e454c52f Because paramiko using a pty can't distinguish stderr and stdout, remove handling that
treated -D as a way to show stderr, and make sure modules don't include things on stderr.
Update docs and test module script to come into line.
13 years ago
..
apt Because paramiko using a pty can't distinguish stderr and stdout, remove handling that 13 years ago
async_status Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. 13 years ago
async_wrapper Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module 13 years ago
command Added 'creates=filename' to the shell/command module, which can skip command execution if a file 13 years ago
copy very minor indentation issue in librar/copy 13 years ago
facter Ohai and facter modules should not use the ansible_facts API. 13 years ago
failtest Surface module debug (-D) to /usr/bin/ansible also 13 years ago
fetch fetch 'module' -- working with paramiko and local connections 13 years ago
file Merge pull request #249 from jhoekx/octal-file-mode 13 years ago
git convert so they handle argsfiles rather than arguments 13 years ago
group Because paramiko using a pty can't distinguish stderr and stdout, remove handling that 13 years ago
ohai Ohai and facter modules should not use the ansible_facts API. 13 years ago
ping Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper 13 years ago
service Fix handling of list=status such that it will actually work in absense of the state command, to 13 years ago
setup Change to socket.getfqdn() for fqdn fact 13 years ago
shell Added 'shell' to modules with a note that it doesn't really exist :) 13 years ago
slurp A better fix for slurp, expand path in the module. 13 years ago
template make all templating happen locally, so no jinja2 deps are ever required 13 years ago
user Because paramiko using a pty can't distinguish stderr and stdout, remove handling that 13 years ago
virt Fix FSF address in virt header. 13 years ago
yum fixes for yum module for rhel5 and issue 269 13 years ago