summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/prerequisites.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-10-12 09:08:02 -0700
committerGitHub <noreply@github.com>2017-10-12 09:08:02 -0700
commite3c8b0065af5c7ecfc3746e65620ba7db0ebcf0e (patch)
tree8db5ee2fb192696860a8892ebd41fc822179caa1 /playbooks/aws/openshift-cluster/prerequisites.yml
parent45725a38dd8ee6db16a89144f1e14c30f98440b8 (diff)
parent0cf1f1f615d978001b1084e5827cf79add0caaef (diff)
downloadopenshift-e3c8b0065af5c7ecfc3746e65620ba7db0ebcf0e.tar.gz
openshift-e3c8b0065af5c7ecfc3746e65620ba7db0ebcf0e.tar.bz2
openshift-e3c8b0065af5c7ecfc3746e65620ba7db0ebcf0e.tar.xz
openshift-e3c8b0065af5c7ecfc3746e65620ba7db0ebcf0e.zip
Merge pull request #5690 from mgugino-upstream-stage/provisioning-docs
Automatic merge from submit-queue. Provisioning Documentation Updates Updating provisioning documents. Also moved some steps from build_ami.yml to a new play for better reusability.
Diffstat (limited to 'playbooks/aws/openshift-cluster/prerequisites.yml')
-rw-r--r--playbooks/aws/openshift-cluster/prerequisites.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/prerequisites.yml b/playbooks/aws/openshift-cluster/prerequisites.yml
new file mode 100644
index 000000000..df77fe3bc
--- /dev/null
+++ b/playbooks/aws/openshift-cluster/prerequisites.yml
@@ -0,0 +1,8 @@
+---
+- include: provision_vpc.yml
+
+- include: provision_ssh_keypair.yml
+
+- include: provision_sec_group.yml
+ vars:
+ openshift_aws_node_group_type: compute