mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 13:14:24 -07:00
random_string: a new lookup plugin (#2572)
New lookup plugin to generate random string based upon constraints. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
95794f31e3
commit
43c12b82fa
4 changed files with 277 additions and 0 deletions
6
tests/integration/targets/lookup_random_string/runme.sh
Executable file
6
tests/integration/targets/lookup_random_string/runme.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
set -eux
|
||||
|
||||
ANSIBLE_ROLES_PATH=../ \
|
||||
ansible-playbook test.yml -v "$@"
|
Loading…
Add table
Add a link
Reference in a new issue