ansible/library
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
..
cloud Merge pull request #6171 from joshuaconner/update_to_docker-py_0.3.0 2014-02-28 08:31:56 -05:00
commands Add creates= and removes= to the script: action 2014-02-18 12:52:09 +00:00
database Emphasize target is on remote host. List supported file types. 2014-02-26 12:56:24 +01:00
files Typo fix. 2014-02-28 11:02:58 -06:00
internal ansible -> ansibleworks 2014-01-28 20:29:41 -05:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Use new syntax for module snippets in rabbitmq_policy and update changelog 2014-02-05 16:21:18 -05:00
monitoring Merge pull request #5039 from bpennypacker/airbrake 2014-02-12 12:32:28 -05:00
net_infrastructure All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 2014-01-15 09:52:17 -05:00
network Fixing the unicode issue in uri for EL6 platforms 2014-02-25 13:04:05 -06:00
notification ansible -> ansibleworks 2014-01-28 20:29:41 -05:00
packaging add failsafe comment for install_repoquery 2014-02-27 13:42:05 -05:00
source_control Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly. 2014-02-26 22:23:26 -05:00
system Use the no-user-groups option (-N) for useradd in the user module 2014-02-28 11:46:27 -06:00
utilities Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier. 2014-02-13 18:28:29 -05:00
web_infrastructure Clean up stray space at the end of a line after a period. 2014-02-03 11:52:37 -06:00