Incorporates Minikube to devel environment

This commit is contained in:
Marcelo Moreira de Mello
2021-07-13 00:36:19 -04:00
parent 0e75193e3d
commit f6a71e770d
12 changed files with 241 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Deploy Minikube and connect with AWX
hosts: localhost
gather_facts: true
roles:
- {role: minikube}