blob: 8e210929a692ea0eb96ab22bbd8e2bfa21592ece [file] [log] [blame]
Petr Michalec973066e2016-08-29 21:39:31 +02001---
2driver:
3 name: docker
4 #socket: tcp://127.0.0.1:2376
5 hostname: nginx.ci.local
6 use_sudo: false
7
8
9provisioner:
10 name: salt_solo
11 salt_install: bootstrap
12 salt_bootstrap_url: https://bootstrap.saltstack.com
13 salt_version: latest
14 formula: nginx
15 log_level: info
16 state_top:
17 base:
18 "*":
19 - nginx
20 pillars:
21 top.sls:
22 base:
23 "*":
24 - nginx
25 grains:
26 noservices: True
27
28
29# vim: ft=yaml sw=2 ts=2 sts=2 tw=125