-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Instead of using library/gen_passwd.py we can generate a password using lookup
- name: read password
set_fact:
password: "{{ lookup('password') }}"
Then save it to a remote file using shell and echo redirection and after read the file with shell and cat command (or we can find better option than using shell module).