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 416eb36b9a Update user module to support supplementary group membership
This adds two options to the user module: groups and append.  groups is
a comma-delimited list of supplementary groups a user should belong to.
If a user is currently a member of a group not listed in groups, the
user will be removed from it.  To change this behavior, use append=yes.
This will append the user to the list of supplementary groups and *not*
remove the user from unlisted groups.
13 years ago
..
apt trimmed superfluous code from apt module 13 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 Fix async to use the new argfiles method (wrapping brain around rock, really must write module development guide) 13 years ago
command 'shell' is a magic module that executes the command module with shell=True 13 years ago
copy Modules don't have to return JSON, key=value pairs is ok. 13 years ago
facter Extensive refactoring of bin/ansible, moving most output functions into lib/ansible/utils to 13 years ago
failtest Add the failtest module, primarily for easy development testing purposes. RPMs/etc need not ship this. 13 years ago
file Remove comment about FIXME that is already resolved 13 years ago
git convert so they handle argsfiles rather than arguments 13 years ago
group Add group module to manage groups and group membership 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 Added the 'test-module' script, useful for testing modules without running them in Ansible. 13 years ago
setup Allow variable expressions to be stored as variables themselves, do some things to allow setup strings 13 years ago
shell Added 'shell' to modules with a note that it doesn't really exist :) 13 years ago
template removed hack 13 years ago
user Update user module to support supplementary group membership 13 years ago
yum make sure latest outputs an error if the thing you've listed as 'latest' 13 years ago