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
Stephen Fromm 1e5d34ba35 Add selinux support to file module
This adds the options: seuser, serole, setype, and serange to the file
module.  If the python selinux module doesn't exist, this will set
HAVE_SELINUX to False and punt in the related modules.

This takes the options the user provides and applies those to the
default selinux context as provided from matchpathcon().  If there is no
default context, this uses the value from the current context.  This
implies that if you set the setype and later remove it, the file module
will rever the setype to the default if available.
12 years ago
..
apt Also allow the apt module to use package or name as an alias for 'pkg' 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 Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module 12 years ago
command Added 'creates=filename' to the shell/command module, which can skip command execution if a file 12 years ago
copy Make copy module idempotent. 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 12 years ago
fetch fetch 'module' -- working with paramiko and local connections 12 years ago
file Add selinux support to file module 12 years ago
git convert so they handle argsfiles rather than arguments 12 years ago
group Drop support of group membership in group module 12 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. 12 years ago
setup Allow variables coming in from the playbook and the API to be expressed as dictionaries throughout their full life cycle 12 years ago
shell Added 'shell' to modules with a note that it doesn't really exist :) 12 years ago
template Introduce per task variables and push them to templates. 12 years ago
user Update user module to support supplementary group membership 12 years ago
virt handle incorrect commands w/o '=' slightly better 12 years ago
yum Yum package state defaults to installed 12 years ago