1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00

Remove custom setting from extra_vars

This commit is contained in:
Chris Callegari
2018-06-14 14:39:15 -04:00
parent 95f7affb06
commit 1efac4eb4a

View File

@@ -4,8 +4,8 @@ aws_cred_profile: "default"
# password for ssh key - ~/.ssh/{{ clusterid }}.{{ dns_domain }}
sshkey_password: 'abc123'
clusterid: "ccallegar1"
dns_domain: "sysdeseng.com"
clusterid: "refarch"
dns_domain: "example.com"
aws_region: "us-east-1"
vpc_cidr: "172.16.0.0/16"