mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
5c400cdf79
Based on mapping the local development tree through minishift hostfolder interface.
12 lines
251 B
YAML
12 lines
251 B
YAML
---
|
|
- 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 }
|