- 23 May, 2013 1 commit
-
-
Scott Sturdivant committed
-
- 16 May, 2013 1 commit
-
-
madema committed
-
- 08 May, 2013 1 commit
-
-
lonerr committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 13 Apr, 2013 1 commit
-
-
Return public SSH key if the user module is called with generate_ssh_key=yes. Since "user" doesn't overwrite files, this also allows querying of existing public keys. Used in playbooks together with the "register" keyword, the returned key can be passed to the "authorized_key" module allowing easy setup of SSH public key authentication between remote hosts.
Bernhard Weitzhofer committed
-
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 27 Mar, 2013 1 commit
-
-
modifications needed. Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 14 Mar, 2013 2 commits
-
-
Serge van Ginderachter committed
-
Add nonunique option to user module, translating to the -o/--non-unique option to useradd and usermod.
Serge van Ginderachter 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
-
- 23 Feb, 2013 2 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 18 Feb, 2013 2 commits
-
-
Daniel Hokka Zakrisson committed
-
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
-
- 12 Feb, 2013 1 commit
-
-
Javier Candeira committed
-
- 07 Feb, 2013 1 commit
-
-
Makes it possible to remove a user from all but the primary group. Setting 'groups=' is the equivalent to passing '-G ""' to useradd/usermod, which is interpreted as "no group" on Linux.
Stanis Trendelenburg 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
-
- 10 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 12 Nov, 2012 1 commit
-
-
Romeo Theriault committed
-
- 10 Nov, 2012 2 commits
-
-
Romeo Theriault committed
-
Romeo Theriault committed
-
- 06 Nov, 2012 1 commit
-
-
Stephen Fromm committed
-
- 04 Nov, 2012 4 commits
-
-
Also fix missing -G on groups change
Nigel Metheringham committed -
Nigel Metheringham committed
-
Nigel Metheringham committed
-
Lost section from commit 8049777
Nigel Metheringham committed
-
- 03 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 01 Nov, 2012 1 commit
-
-
Nigel Metheringham committed
-
- 30 Oct, 2012 1 commit
-
-
Stephen Fromm committed
-
- 29 Oct, 2012 2 commits
-
-
Nigel Metheringham committed
-
Split module into a main calling function, and a generic (Linux useradd/usermod/userdel) User class. Added a __new__ function that selects most appropriate superclass Added a FreeBSD User class Tested against FreeBSD 9.0
Nigel Metheringham committed
-
- 25 Oct, 2012 3 commits
-
-
tyep -> type Signed-off-by: bleader <bleader@ratonland.org>
bleader committed -
Jan-Piet Mens committed
-
Stephen Fromm committed
-
- 24 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-