blob: ae308a288ed9eed25cbf1caea8a88e14663cdc3c (
plain)
1
2
3
4
5
6
7
8
9
10
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 }
|