-
- Downloads
"...terraform/git@gitlab.cyberbrain.pw:mirror/kubespray.git" did not exist on "07858e8f71d552ef4ba8a876acbddfd4aec431de"
ipahost: Return generated random password
The random password is only returned if random is yes and the host did not exist or update_password is yes. If only one host is handled by the module, the returned dict is containing this dict: { "randompassword": "<the host random password>" } If several hosts are handled by the module (future feature): { "<host>": { "randompassword": "<the host random password>" } } Fixes issue #134 (ipahost does not return the random password)
Showing
- README-host.md 20 additions, 0 deletionsREADME-host.md
- playbooks/host/ensure_host_with_randompassword.yml 18 additions, 0 deletionsplaybooks/host/ensure_host_with_randompassword.yml
- plugins/modules/ipahost.py 34 additions, 5 deletionsplugins/modules/ipahost.py
- tests/host/test_host_random.yml 41 additions, 0 deletionstests/host/test_host_random.yml
Loading
Please register or sign in to comment