mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Add local minishift development tooling
Based on mapping the local development tree through minishift hostfolder interface.
This commit is contained in:
11
tools/clusterdevel/start_minishift_dev.yml
Normal file
11
tools/clusterdevel/start_minishift_dev.yml
Normal 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 }
|
||||
Reference in New Issue
Block a user