forked from intercity/chef-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.local.yml
41 lines (38 loc) · 866 Bytes
/
.kitchen.local.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
---
driver:
name: vagrant
customize:
memory: 1024
cpus: 2
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
suites:
- name: full-stack
run_list:
- role[mysql]
- role[rails_passenger]
- role[sysadmins]
attributes:
authorization:
sudo:
passwordless: true
users: ["vagrant"]
sysadmins:
jdoe:
password: "test"
ssh_keys: ["test-key"]
mysql:
server_debian_password: "test"
server_root_password: "test"
server_repl_password: "test"
active_applications:
intercity_sample_app:
domain_names: ['intercity.io']
database_info:
adapter: mysql2
username: intercity
password: r4nd0m
database: intercity_sample_app
ruby_version: 2.1.2