forked from saltstack-formulas/openssh-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
44 lines (41 loc) · 790 Bytes
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
driver:
name: vagrant
platforms:
- name: centos-6.8
- name: centos-7.2
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: debian-8.5
- name: freebsd-10.3
driver:
cache_directory: false
- name: freebsd-11.0
driver:
cache_directory: false
provisioner:
name: salt_solo
salt_install: bootstrap
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_version: latest
formula: openssh
pillars:
top.sls:
base:
'*':
- openssh
openssh.sls:
sshd_config:
Port: 22
ssh_config:
Port: 22
openssh:
sshd_config_mode: '600'
suites:
- name: default
provisioner:
salt_bootstrap_options: -X -d
state_top:
base:
'*':
- openssh.config