--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/34ab8268-7cee-4543-b4a3-212c4668cc27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The user module expects the password to already be encrypted. You will also need to pass encrypt=True to the lookup as well.
On Tuesday, March 1, 2016, Deepa Yr <yr.d...@gmail.com> wrote:
--I am running this task- name: Create users with auto generated passworduser: name=deepa state=present password="{{ lookup('password', '/tmp/deepapassword.txt chars=ascii_letters') }}"It is creating the file /tmp/deepapassword.txt and I see the passwordBut when I try to login as deepa user with that password, it says incorrect password.Any suggestions here ?My requirement is to create a user with random password and use this user credentials in the subsequent tasks.
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/34ab8268-7cee-4543-b4a3-212c4668cc27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The user module expects the password to already be encrypted. You will also need to pass encrypt=True to the lookup as well.
On Tuesday, March 1, 2016, Deepa Yr <yr.d...@gmail.com> wrote:
--I am running this task- name: Create users with auto generated passworduser: name=deepa state=present password="{{ lookup('password', '/tmp/deepapassword.txt chars=ascii_letters') }}"It is creating the file /tmp/deepapassword.txt and I see the passwordBut when I try to login as deepa user with that password, it says incorrect password.Any suggestions here ?My requirement is to create a user with random password and use this user credentials in the subsequent tasks.
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/34ab8268-7cee-4543-b4a3-212c4668cc27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.