-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathkitchen.yml
50 lines (47 loc) · 984 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
45
46
47
48
49
50
---
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: ubuntu-20.04
driver:
customize:
memory: 2048
- name: centos-7
driver:
customize:
memory: 2048
suites:
- name: default
driver:
network:
- - private_network
- ip: 172.16.0.2
run_list:
- recipe[apt]
- recipe[foreman]
- recipe[foreman::proxy]
attributes:
bind:
masters:
- 172.16.0.2
zones:
nsmaster: ns.foreman.example
nsmaster_ip: 172.16.0.2
email: root.foreman.example
postgresql:
password:
postgres: toor
dhcp:
interfaces:
- eth1
foreman-proxy:
# FIXME: Register the Smart-Proxy is failing.
register: false
dns: true
dns_interface: eth1
dhcp: true
dhcp_interface: eth1
dhcp_range: 172.16.0.10 172.16.0.20