-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.example
37 lines (30 loc) · 930 Bytes
/
.env.example
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
# r10k control repo
# Mandatory
R10K_REPO=https://github.com/luksi1/control-repo
# Used to prefix the puppet and foreman image
# Perhaps a name or a company.
# Mandatory
IMAGE_PREFIX=acme
# Use a tag for your puppet and foreman image. This could be anything.
# Or 'latest'
# Mandatory
IMAGE_TAG=latest
# Mandatory
DOMAIN=foo.com
PUPPET_HOSTNAME=puppet-test
FOREMAN_HOSTNAME=foreman-test
PUPPETDB_HOSTNAME=puppetdb-test
# If you want to use a certificate to access Foreman, specify them here
# and place the certificates under foreman/certs.
# Optional. Simply comment out.
FOREMAN_WEB_CA=ca.pem
FOREMAN_WEB_PUBLIC_CERT=foo_com.crt
FOREMAN_WEB_PRIVATE_CERT=foo_com.key
# Autosign.conf. Optional.
AUTOSIGN=*.foo.com
# Specify Java heap.
PUPPETSERVER_JAVA_ARGS=-Xms1024m -Xmx1024m
# Print admin password to a local volume
# This is needed for post-configuration. ie adding a smart proxy
# Mandatory.
RESET_ADMIN_PASSWORD=true