-
- Downloads
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)
Showing
- README-user.md 74 additions, 0 deletionsREADME-user.md
- playbooks/user/ensure_user_with_randompassword.yml 19 additions, 0 deletionsplaybooks/user/ensure_user_with_randompassword.yml
- playbooks/user/ensure_users_with_randompasswords.yml 28 additions, 0 deletionsplaybooks/user/ensure_users_with_randompasswords.yml
- plugins/modules/ipauser.py 29 additions, 2 deletionsplugins/modules/ipauser.py
- tests/user/test_user_random.yml 70 additions, 0 deletionstests/user/test_user_random.yml
Loading
Please register or sign in to comment