Skip to content

Password generation #10

@cimbalo

Description

@cimbalo

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).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions