You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
234 B
17 lines
234 B
11 months ago
|
---
|
||
|
driver:
|
||
|
name: vagrant
|
||
|
|
||
|
platforms:
|
||
|
- name: msvsphere-9
|
||
|
box: msvsphere/9
|
||
|
memory: 1024
|
||
|
cpus: 1
|
||
|
|
||
|
provisioner:
|
||
|
name: ansible
|
||
|
inventory:
|
||
|
group_vars:
|
||
|
all:
|
||
|
koji_server_ca_fqdn: 'build.msvsphere.test'
|