Add local minishift development tooling

Based on mapping the local development tree through minishift
hostfolder interface.
This commit is contained in:
Matthew Jones
2018-06-12 15:08:57 -04:00
parent eb22e09e4d
commit 5c400cdf79
9 changed files with 349 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Setup minishift dev environment
hosts: localhost
gather_facts: false
vars:
- ansible_connection: local
- awx_dev_project: awx
- awx_task_cpu_request: 500
- awx_task_mem_request: 512
roles:
- { role: minishift }