We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef1e71 commit 93ff879Copy full SHA for 93ff879
openshift/openshift_ec2/group_vars/all
@@ -2,8 +2,8 @@
2
# Global Vars for OpenShift
3
4
#EC2 specific varibles
5
-ec2_access_key: "AKIAI7ALWJR5VQUFDNXQ"
6
-ec2_secret_key: "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"
+ec2_access_key: "xxx"
+ec2_secret_key: "xxx"
7
keypair: "axialkey"
8
instance_type: "m1.small"
9
image: "ami-bf5021d6"
0 commit comments