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
facter
filesystem
firewalld
group
hostname
kernel_blacklist
lvg
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
ohai
open_iscsi
ping
seboolean
selinux
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