summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/tasks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-09-27 08:28:50 -0400
committerGitHub <noreply@github.com>2017-09-27 08:28:50 -0400
commit1ab97938845c00119c3e88d58b33ae6cbd8f97fd (patch)
tree6f352f4a8d2b2466661dcc7f2b2b4f41bdfa42ed /roles/openshift_aws/tasks
parent54c41923ed30ba7e46dd12d15157195feca093a6 (diff)
parent8066f159814f241613f93432f2e568852d038408 (diff)
downloadopenshift-1ab97938845c00119c3e88d58b33ae6cbd8f97fd.tar.gz
openshift-1ab97938845c00119c3e88d58b33ae6cbd8f97fd.tar.bz2
openshift-1ab97938845c00119c3e88d58b33ae6cbd8f97fd.tar.xz
openshift-1ab97938845c00119c3e88d58b33ae6cbd8f97fd.zip
Merge pull request #5532 from mgugino-upstream-stage/centos-ami-provision
More variables in AWS provisioning plays
Diffstat (limited to 'roles/openshift_aws/tasks')
-rw-r--r--roles/openshift_aws/tasks/build_ami.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_aws/tasks/build_ami.yml b/roles/openshift_aws/tasks/build_ami.yml
index 8d4e5ac43..48555e5da 100644
--- a/roles/openshift_aws/tasks/build_ami.yml
+++ b/roles/openshift_aws/tasks/build_ami.yml
@@ -31,7 +31,7 @@
assign_public_ip: yes
region: "{{ openshift_aws_region }}"
key_name: "{{ openshift_aws_ssh_key_name }}"
- group: "{{ openshift_aws_clusterid }}"
+ group: "{{ openshift_aws_build_ami_group }}"
instance_type: m4.xlarge
vpc_subnet_id: "{{ subnetout.subnets[0].id }}"
image: "{{ openshift_aws_base_ami }}"