mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
random_pet: Random pet name generator (#2479)
A lookup plugin to generate random pet names based upon criteria. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
e2dfd42dd4
commit
5d0a7f40f2
5 changed files with 142 additions and 0 deletions
9
tests/integration/targets/lookup_random_pet/runme.sh
Executable file
9
tests/integration/targets/lookup_random_pet/runme.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/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 dependencies.yml -v "$@"
|
||||
|
||||
ANSIBLE_ROLES_PATH=../ \
|
||||
ansible-playbook test.yml -v "$@"
|
Loading…
Add table
Add a link
Reference in a new issue