summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/user.py
Commit message (Expand)AuthorAgeFilesLines
* Fix 'Permission denied' in user module while generating SSH keys (#78040) (#7...Sergey2022-07-061-1/+11
* validate-modules for plugins: do some more schema validations so that some is...Felix Fontein2022-03-181-1/+1
* Fix type hints and variable usage in modules. (#77184)Matt Clay2022-03-021-3/+3
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-2/+1
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-2/+2
* user module password expiration fixes (#75390)Daniel Goldman2022-01-241-28/+25
* Fix documentation around the password parameter of builtin.user (#76702)Julian2022-01-181-2/+2
* Remove shebangs from core Python modules. (#76664)Matt Clay2022-01-061-1/+0
* user: Update logic to check if user exists in macOS (#76592)Abhijeet Kasurde2022-01-071-9/+6
* Add reminder about groups default behavior in user module (#76096)Aine Riordan2021-10-291-1/+3
* attribs last PR for now ... i hope (#75778)Brian Coca2021-09-241-2/+8
* Update vendored copy of distro to 1.6.0 (#75732)Matt Martz2021-09-221-4/+4
* Revert "user - consistently create user home directory on Linux (#71952)" (#7...Sam Doran2021-09-161-22/+31
* Revert "use versioned doclink for url references (#74245)" (#74782)Toshio Kuratomi2021-08-241-1/+1
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-111-2/+2
* modules moved to use best_parsable_locale (#75250)Brian Coca2021-07-151-1/+2
* user - consistently create user home directory on Linux (#71952)Ruediger Pluem2021-05-071-31/+22
* use versioned doclink for url references (#74245)Brian Coca2021-04-261-1/+1
* Add umask option to user module (#73821)Amin Vakil2021-04-201-0/+45
* updated link to ansible.builtin.user password (#73789)Lydie2021-03-261-1/+1
* user - add password expiration parameters (#69531)pushkarkumar152021-02-091-0/+71
* update faq link (#73353)Thomas Sjögren2021-01-271-1/+1
* user - properly handle password and password lock when used together (#73016)Sam Doran2021-01-111-32/+72
* Documentation: fix formatting (#73060)Andrew Klychkov2021-01-111-39/+40
* Fix the reversed order of return values (#72088)Ruediger Pluem2020-10-221-22/+22
* Update user module documentation (#72109)Ankit Sagar2020-10-061-2/+2
* user - allow local users with an expiry date to be created (#72022)Ruediger Pluem2020-10-021-7/+43
* Reduce ignored module sanity tests (#70319)Amin Vakil2020-09-221-1/+2
* fix make webdocs warnings (#71340)Sandra McCann2020-08-181-1/+1
* add FQCN to M() references (#70530)Baptiste Mille-Mathias2020-08-111-4/+4
* user - Create home and parent directories only when requested (#70600)Baptiste Mille-Mathias2020-07-211-6/+7
* starting metadata sunset (#69454)Brian Coca2020-06-041-3/+0
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-131-0/+3028