mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
7 lines
121 B
YAML
7 lines
121 B
YAML
---
|
|
- name: Deploy Minikube and connect with AWX
|
|
hosts: localhost
|
|
gather_facts: true
|
|
roles:
|
|
- {role: minikube}
|