Created
November 19, 2022 22:53
-
-
Save piotrkochan/961fce0307222f09ee7e7e42f61612a1 to your computer and use it in GitHub Desktop.
Ansible random string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- set_fact: | |
rand_str: "{{ lookup('password', '/dev/null chars=ascii_lowercase,digits length=8') }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment