1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/tools/clusterdevel/start_minishift_dev.yml
Matthew Jones 5c400cdf79 Add local minishift development tooling
Based on mapping the local development tree through minishift
hostfolder interface.
2018-07-19 10:39:08 -04:00

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 }