blob: e34175c8747f5e85f4d5e9497245b5890f86cc3a [file] [log] [blame]
Ales Komarekf9d35ae2016-08-19 10:23:00 +02001---
2driver:
3 name: docker
4 #socket: tcp://127.0.0.1:2376
5 hostname: artifactory.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: artifactory
15 log_level: info
16 state_top:
17 base:
18 "*":
19 - artifactory
20 pillars:
21 top.sls:
22 base:
23 "*":
24 - artifactory
25 grains:
26 noservices: True
27
28
29# vim: ft=yaml sw=2 ts=2 sts=2 tw=125