ansible/library
Stephen Fromm db677954ac Add group module to manage groups and group membership
This relies on groupadd, groupmod, groupdel, and gpasswd utilities on
the system.  You can optionally modify the gid for the group.  You can
also add/remove a user to/from a group with the option member.  Member
state is defined with the option memberstate.
2012-03-26 23:04:19 -04:00
..
apt trimmed superfluous code from apt module 2012-03-26 13:53:22 -07:00
async_status Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. 2012-03-25 19:05:27 -04:00
async_wrapper Fix async to use the new argfiles method (wrapping brain around rock, really must write module development guide) 2012-03-14 19:57:56 -04:00
command 'shell' is a magic module that executes the command module with shell=True 2012-03-14 20:40:06 -04:00
copy Modules don't have to return JSON, key=value pairs is ok. 2012-03-14 21:16:15 -04:00
facter Extensive refactoring of bin/ansible, moving most output functions into lib/ansible/utils to 2012-03-02 21:08:48 -05:00
failtest Add the failtest module, primarily for easy development testing purposes. RPMs/etc need not ship this. 2012-03-18 17:35:49 -04:00
file Remove comment about FIXME that is already resolved 2012-03-15 23:05:34 -04:00
git convert so they handle argsfiles rather than arguments 2012-03-14 18:47:13 -04:00
group Add group module to manage groups and group membership 2012-03-26 23:04:19 -04:00
ohai Still seeing some weirdness from ohai but we can probably simplify 2012-03-02 19:48:37 -05:00
ping Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper 2012-03-03 12:25:56 -05:00
service Added the 'test-module' script, useful for testing modules without running them in Ansible. 2012-03-14 21:49:27 -04:00
setup Allow variable expressions to be stored as variables themselves, do some things to allow setup strings 2012-03-21 20:00:48 -04:00
shell Added 'shell' to modules with a note that it doesn't really exist :) 2012-03-23 21:39:39 -04:00
template removed hack 2012-03-27 11:12:33 -07:00
user Update user module to support group name 2012-03-26 23:03:09 -04:00
yum make sure latest outputs an error if the thing you've listed as 'latest' 2012-03-26 23:02:09 -04:00