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.
13 years ago
..
apt Also allow the apt module to use package or name as an alias for 'pkg' 13 years ago
async_status
async_wrapper
command Added 'creates=filename' to the shell/command module, which can skip command execution if a file 13 years ago
copy
facter
failtest
fetch fetch 'module' -- working with paramiko and local connections 13 years ago
file Add selinux support to file module 13 years ago
git
group
ohai
ping
service
setup Allow variables coming in from the playbook and the API to be expressed as dictionaries throughout their full life cycle 13 years ago
shell
template
user
virt
yum Yum package state defaults to installed 13 years ago