blob: fb9981edace5454189454cc70831c40a485ff70d [file] [log] [blame]
Petr Michaleceb14b552017-06-01 10:27:05 +02001---
2driver:
3 name: vagrant
4 vm_hostname: linux.ci.local
5 use_sudo: false
6 customize:
7 memory: 1024
8
9
10provisioner:
11 name: salt_solo
12 salt_install: bootstrap
13 salt_bootstrap_url: https://bootstrap.saltstack.com
14 salt_version: latest
15 require_chef: false
16 log_level: error
17 formula: linux
18 grains:
19 noservices: true
20 state_top:
21 base:
22 "*":
23 - linux
24 pillars:
25 top.sls:
26 base:
27 "*":
28 - linux
29
30platforms:
31- name: ubuntu-16.04
32- name: ubuntu-14.04
33- name: centos-7.3
34- name: centos-6.8
35
36# vim: ft=yaml sw=2 ts=2 sts=2 tw=125