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
Jeroen Hoekx 2c8fbdbd20 Group order in user module should not matter.
Groups are not necessarily returned in the defined order, especially when the user already existed before ansible started managing the system.
12 years ago
..
apt Because paramiko using a pty can't distinguish stderr and stdout, remove handling that 12 years ago
async_status Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. 12 years ago
async_wrapper Make async wrapper kill the process it supervises. 12 years ago
command Added 'creates=filename' to the shell/command module, which can skip command execution if a file 12 years ago
copy very minor indentation issue in librar/copy 12 years ago
facter Ohai and facter modules should not use the ansible_facts API. 12 years ago
failtest Surface module debug (-D) to /usr/bin/ansible also 12 years ago
fetch fetch 'module' -- working with paramiko and local connections 12 years ago
file File module fix for symlink from relative source path 12 years ago
git convert so they handle argsfiles rather than arguments 12 years ago
group Add 'system' option for user and group modules 12 years ago
ohai Ohai and facter modules should not use the ansible_facts API. 12 years ago
ping Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper 13 years ago
service new service module handles enable=on/off for chkconfigging it on 12 years ago
setup Change to socket.getfqdn() for fqdn fact 12 years ago
shell Added 'shell' to modules with a note that it doesn't really exist :) 12 years ago
slurp A better fix for slurp, expand path in the module. 12 years ago
template make all templating happen locally, so no jinja2 deps are ever required 12 years ago
user Group order in user module should not matter. 12 years ago
virt Fix FSF address in virt header. 12 years ago
yum fixes for yum module for rhel5 and issue 269 12 years ago