ansible/lib/ansible
Ruediger Pluem 2f7e0b8489
user - consistently create user home directory on Linux (#71952)
Always use create_homedir when we are asked to create a home directory
in the User class. Don't use the -m and -k parameters from
useradd / luseradd as they behave differently with respect to
preexisting home directories. Instead always specify -M to ensure
that useradd / luseradd do not try to create the home directory.

This does not change potential different behaviours in child classes
of the User class.

Consider the new umask option from #73821 in create_homedir as well as
we do not let luseradd / useradd create the home directory any longer.
2021-05-07 17:00:10 -04:00
..
_vendor Rename to ansible-core (#72594) 2020-11-13 15:42:10 -06:00
cli ansible-inventory: Handle exception in toml parsing (#74486) 2021-05-05 14:12:52 +05:30
collections saner path dir management (#72648) 2020-12-14 19:30:13 -05:00
compat
config Remove 'default:' from config settings (#74607) 2021-05-07 10:31:32 -04:00
errors Correctly set path and fullpath for template vars (#73924) 2021-03-26 16:33:25 -04:00
executor interpreter_discovery: Hide warning in auto_silent (#74509) 2021-05-04 12:01:49 -04:00
galaxy Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
inventory inventory: misc typo fixes (#73695) 2021-02-23 10:42:20 -05:00
module_utils facts - set correct OS family for Rocky Linux (#74530) 2021-05-04 10:14:13 -04:00
modules user - consistently create user home directory on Linux (#71952) 2021-05-07 17:00:10 -04:00
parsing Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
playbook Only check if play.hosts is a template when the play hasn't been finalized (#73941) 2021-04-19 13:03:40 -04:00
plugins pause - ensure control characters are always set appropriately (#74568) 2021-05-06 15:09:26 -04:00
template Templar: remove _fail_on_{lookup,filter}_errors (#73785) 2021-04-28 17:49:16 +02:00
utils Add comments to keep collection loader in sync. 2021-04-28 17:45:42 -07:00
vars Only check if play.hosts is a template when the play hasn't been finalized (#73941) 2021-04-19 13:03:40 -04:00
__init__.py
constants.py force version on deprecation (#74338) 2021-04-26 13:02:00 -04:00
context.py
keyword_desc.yml Document and warn when max_fail and free are used (#72616) 2020-11-17 10:11:15 -05:00
release.py prep for 2.12 version bump (#74126) 2021-04-05 16:56:53 -05:00