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
Daniel Néri d5f3760acc Add optional "default-release" argument for apt module
The value is passed to apt-get's "-t" option. Useful for installing backports, e.g.:

  ansible webservers -m apt -a "pkg=nginx state=latest default-release=squeeze-backports"
12 years ago
..
apt Add optional "default-release" argument for apt module 12 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 Don't try to expand path for None values 12 years ago
facter Extensive refactoring of bin/ansible, moving most output functions into lib/ansible/utils to 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 Add context=default option to file module 12 years ago
git convert so they handle argsfiles rather than arguments 13 years ago
group Drop support of group membership in group module 13 years ago
ohai Still seeing some weirdness from ohai but we can probably simplify 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 Be more flexible about where the service binary lives for better cross platform support. 13 years ago
setup Add native facts to library/setup 12 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. 12 years ago
template make all templating happen locally, so no jinja2 deps are ever required 12 years ago
user Update user module to support supplementary group membership 13 years ago
virt Fix FSF address in virt header. 12 years ago
yum comment typos 13 years ago