summaryrefslogtreecommitdiffstats
path: root/images/installer/root/etc/inventory-generator-config.yaml
blob: 8a9974f95f1e3a0bce3ef85efd20371f00b2f3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
# meta config
master_config_path: "/opt/app-root/src/master-config.yaml"
admin_kubeconfig_path: "/opt/app-root/src/.kube/config"

# default user configuration
ansible_ssh_user: ec2-user
ansible_become: "yes"
ansible_become_user: "root"

# openshift-ansible inventory vars
openshift_uninstall_images: false
openshift_install_examples: true
openshift_deployment_type: origin

openshift_release: 3.6
openshift_image_tag: v3.6.0
openshift_hosted_logging_deploy: null  # defaults to "true" if loggingPublicURL is set in master-config.yaml
openshift_logging_image_version: v3.6.0
openshift_disable_check: ""

# openshift cluster-viewer info
openshift_cluster_user: cluster-lister  # name of user or service account able to list nodes in a cluster