Files
ansible-freeipa/plugins/modules
Thomas Woerner b5f209225b ipauser: Return generated random password
The random password is only returned if random is yes and user did not exist
or update_password is yes.

If only one user is handled by the module, the returned dict is containing
this dict:

  { "randompassword": "<the user random password>" }

If several users are handled by the module:

  { "<user>": { "randompassword": "<the user random password>" } }

This is related to issue #134 (ipahost does not return the random password)
2019-11-20 19:49:32 +01:00
..
2019-09-09 23:35:05 +02:00
2019-10-22 12:41:45 +02:00
2019-10-22 06:39:30 -03:00