Erik M Jacobs
2017-07-13 6018306c342829461c148ba7577de2ed9c643773
ansible/configs/bu-workshop/env_vars.yml
@@ -3,6 +3,8 @@
remote_user: "ec2-user"
use_internal_dns_zone: false
deploy_openshift: true
# Desired openshift admin password
admin_user_password: "openshift"
install_nfs: true
update_packages: false
install_bastion: true
@@ -12,8 +14,8 @@
hosted_zone_id: "Z226QCZPDICGRI"
repo_method: "file"
use_own_key: true
env_authorized_key: "roadshow"
set_env_authorized_key: false
env_authorized_key: "roadshow" # this is for additional key into cluster
set_env_authorized_key: false  # controls whether to insert it or not.
tower_run: false
workshopper_tag: "0.1"
install_ipa_client: false
@@ -143,7 +145,8 @@
infranode_instance_type: "m4.4xlarge"
node_instance_type: "m4.xlarge"
num_nodes: 24
 # make sure you save private key with suffix .ssh/<key>.pem
 # without .pem it won't get found. Also ensure key is in ssh-agent or
 # set as default key: ln -s <key>.pem ~/.ssh/id_rsa
key_name: "roadshow"
cf_template_description: "{{ env_type }}-{{ guid }} template"