- 02 Dec, 2013 1 commit
-
-
James Tanner committed
-
- 28 Nov, 2013 2 commits
-
-
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
- 11 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 01 Jun, 2013 1 commit
-
-
Add support for Open and NetBSD platforms for user and group modules, including a new login_class parameter for FreeBSD, OpenBSD and NetBSD.
trbs committed
-
- 08 May, 2013 1 commit
-
-
lonerr committed
-
- 05 May, 2013 1 commit
-
-
Luciano Cavalheiro da Silva committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-
- 18 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 17 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 14 Feb, 2013 1 commit
-
-
A collegue of mine has added basix AIX support to the setup, user and group modules. We have tested this on AIX 5.3 and 6.1 and it works "as advertised"
Mark Maas committed
-
- 13 Jan, 2013 1 commit
-
-
This updates apt, apt_repository, command, cron, easy_install, facter, fireball, git, group, mount, ohai, pip, service, setup, subversion, supervisorctl, svr4pkg, user, and yum to take advantage of run_command in module_common.py.
Stephen Fromm committed
-
- 05 Dec, 2012 1 commit
-
-
Dag Wieers committed
-
- 27 Nov, 2012 1 commit
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 17 Nov, 2012 2 commits
-
-
Romeo Theriault committed
-
Romeo Theriault committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 30 Sep, 2012 1 commit
-
-
Stephen Fromm committed
-
- 30 Aug, 2012 1 commit
-
-
Added required as optional argument to get_bin_path(). It defaults to false. Updated following modules to use required=True when calling get_bin_path(): apt_repository, easy_install, group, pip, supervisorctl, and user. Also removed _find_supervisorctl() from supervisorctl module and updated _is_running() to not need it.
Stephen Fromm committed
-
- 29 Aug, 2012 1 commit
-
-
Stephen Fromm committed
-
- 07 Aug, 2012 1 commit
-
-
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added in 0.6 release)
Michael DeHaan committed
-
- 03 Aug, 2012 1 commit
-
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 31 Jul, 2012 1 commit
-
-
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
Michael DeHaan committed
-
- 22 Jul, 2012 1 commit
-
-
Stephen Fromm committed
-
- 10 Jul, 2012 1 commit
-
-
Takes a lot of the fixes to the user module and applies them to the group module: provide stdout/stderr in result if available and call fail_json() if the attempted action fails.
Stephen Fromm committed
-
- 09 May, 2012 1 commit
-
-
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.
Stephen Fromm committed
-
- 01 May, 2012 1 commit
-
-
Creates system accounts/groups; corresponds to the '-r' option for {user,group}add. The option is only honored when users/groups are added, not when modified.
Daniel Néri committed
-
- 27 Apr, 2012 1 commit
-
-
treated -D as a way to show stderr, and make sure modules don't include things on stderr. Update docs and test module script to come into line.
Michael DeHaan committed
-
- 28 Mar, 2012 1 commit
-
-
Use the user module to define group membership.
Stephen Fromm committed
-
- 27 Mar, 2012 1 commit
-
-
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.
Stephen Fromm committed
-