summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/provisioning_vars.example.yml
blob: 28eb9c99351db93e48eac2fd4178972b06ee6ca7 (plain)
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
---
# when creating an AMI set this option to True
# when installing the cluster, set this to False
openshift_node_bootstrap: True

# specify a clusterid
#openshift_aws_clusterid: default

# must specify a base_ami when building an AMI
#openshift_aws_base_ami:

# when creating an encrypted AMI please specify use_encryption
#openshift_aws_ami_encrypt: False

# custom certificates are required for the ELB
#openshift_aws_iam_cert_path: '/path/to/wildcard.<clusterid>.example.com.crt'
#openshift_aws_iam_key_path: '/path/to/wildcard.<clusterid>.example.com.key'
#openshift_aws_iam_cert_chain_path: '/path/to/cert.ca.crt'

# This is required for any ec2 instances
#openshift_aws_ssh_key_name: myuser_key

# This will ensure these users are created
#openshift_aws_users:
#- key_name: myuser_key
#  username: myuser
#  pub_key: |
#         ssh-rsa AAAA