ansible/system
Sébastien Gross 349195e689 [user] Allow '*' as empty password.
If `password` is defined as `*` `useradd` or `usermod` returns an error:

    msg: usermod: Invalid password: `*'

This works very well on Linux host to not define any password for a
user (mainly useful if your setup is only based on SSH keys for
auth). On OpenBSD this does not work, so we have to ignore the encrypted
password parameter if it defined as `*`.
2015-07-24 10:48:36 +02:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py Merge pull request #1651 from verm666/issue-1515 2015-07-01 07:52:48 -07:00
cron.py Merge pull request #742 from aseigneurin/fix-remove-cron_file 2015-06-26 19:09:45 -04:00
group.py Check if the gid is set 2015-07-18 17:53:02 +02:00
hostname.py Hostname module should update ansible_hostname 2015-06-21 12:07:41 +03:00
mount.py mount: Support for Check-Mode 2015-07-23 15:51:24 -04:00
ping.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
seboolean.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
selinux.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
service.py Merge pull request #1279 from no2a/devel 2015-07-04 16:00:05 -04:00
setup.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
sysctl.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
user.py [user] Allow '*' as empty password. 2015-07-24 10:48:36 +02:00