ansible/library/system
James Cammarata 57486b268a Use the no-user-groups option (-N) for useradd in the user module
If no group was specified, but a group by the same name as the user
exists, an error was raised in the situation where USERGROUPS_ENAB is
enabled in /etc/login.defs (which is the case for almost every major
linux distro). In this case, the user will be put in group 100 (which
is usually the "users" group on those same distros). This is currently
only done in the base class, as the issue may not exist on other
platforms like AIX or the BSDs.

Fixes #6210
2014-02-28 11:46:27 -06:00
..
at Tested implementation adding action option for (add, delete, unique). 2014-01-28 20:29:41 -05:00
authorized_key Updated authorized_key module documentation regarding manage_dir 2014-01-29 23:39:43 +01:00
cron Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
facter Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
filesystem Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
firewalld Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
group Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
hostname Add support for Scientific Linux for hostname module 2014-01-16 16:08:51 -05:00
kernel_blacklist Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
lvg Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
lvol Require force for LVM shrink and remove operations in lvol. Fixes #5774 2014-02-24 18:52:35 -06:00
modprobe Merge remote-tracking branch 'berendt/fixing_permissions' into pull_4703 2014-02-17 11:46:23 -06:00
mount Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
ohai Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
open_iscsi Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
ping Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
seboolean Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
selinux Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
service Merge pull request #5554 from ttarabul/devel 2014-02-04 10:59:19 -08:00
setup Fix setup module to gather facts from PowerPC Macs. 2014-02-25 18:27:36 -05:00
sysctl sysctl: parse bool value as 0/1 and refactor a little bit 2014-01-27 20:26:11 +01:00
user Use the no-user-groups option (-N) for useradd in the user module 2014-02-28 11:46:27 -06:00
zfs Fix zfs create command for properties with spaces 2014-02-18 11:30:17 +01:00