mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Incorporates Minikube to devel environment
This commit is contained in:
6
tools/docker-compose-minikube/deploy.yml
Normal file
6
tools/docker-compose-minikube/deploy.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy Minikube and connect with AWX
|
||||
hosts: localhost
|
||||
gather_facts: true
|
||||
roles:
|
||||
- {role: minikube}
|
||||
Reference in New Issue
Block a user