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.
 
 
 
 
 
Go to file
Michael DeHaan 69fa870bb5 Don't let facter spew things to stderr and confuse Ansible, which now blends stdout/stderr due to paramiko
pty usage.

(This commit from lcosmin, manually applied due to github crossup on my part -- MPD)
13 years ago
apt Because paramiko using a pty can't distinguish stderr and stdout, remove handling that 13 years ago
async_status
async_wrapper Make async wrapper kill the process it supervises. 13 years ago
command
copy very minor indentation issue in librar/copy 13 years ago
facter Don't let facter spew things to stderr and confuse Ansible, which now blends stdout/stderr due to paramiko 13 years ago
failtest
fetch
file Refactored inventory to make it object oriented, need to make YAML format and executable script 13 years ago
git Add git reset --hard support to git module 13 years ago
group Add 'system' option for user and group modules 13 years ago
ohai Ohai and facter modules should not use the ansible_facts API. 13 years ago
ping
service fix up service module to make it start processes that are listed to be 13 years ago
setup Change to socket.getfqdn() for fqdn fact 13 years ago
shell
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 Code was adding '-a' even when the user was already in the desired groups causing usermod to fail since there was no '-G' option. This is duplicate code (3 lines) from the 'group' section, so could be improved, but it works. 13 years ago
virt
yum fixes for yum module for rhel5 and issue 269 13 years ago