mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-12 03:40:57 +00:00
9 lines
208 B
YAML
9 lines
208 B
YAML
---
|
|
- name: Create
|
|
hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Create test kind cluster
|
|
command: kind create cluster --name osdk-test --kubeconfig {{ kubeconfig }}
|