No description
Find a file
Stephen Fromm e60dc41473 Add user module to create, modify, and delete user accounts
This relies on useradd, usermod, and userdel utilities on the system.
The argument name is required; if state is not provided, present is
assumed.  Other options supported for creating or modifying an existing
account:  uid, gid, comment, home, shell, and password.  If managing the
password, it must already be encrypted.  When creating an account, you
can also provide the argument createhome to control whether the home
directory is created.  Arguments supported for deleting an account are:
force (remove account even if user is logged in) and remove (remove home
directory).
2012-03-22 11:21:41 -07:00
async_status 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
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
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 Correct the setup module 2012-03-14 19:06:35 -04:00
template Fix template module 2012-03-14 19:08:10 -04:00
user Add user module to create, modify, and delete user accounts 2012-03-22 11:21:41 -07:00
yum Ratchet up logging a few notches prior to controlling w/ verbosity settings 2012-03-20 22:29:21 -04:00