From 082ed08a07f6c61e45c69dec8006f4034f8d80dd Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Tue, 31 Oct 2017 09:17:59 -0400 Subject: Adding elb changes to provision elbs and add to scale group. --- roles/openshift_aws/tasks/security_group.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roles/openshift_aws/tasks/security_group.yml') diff --git a/roles/openshift_aws/tasks/security_group.yml b/roles/openshift_aws/tasks/security_group.yml index 161e72fb4..e1fb99b02 100644 --- a/roles/openshift_aws/tasks/security_group.yml +++ b/roles/openshift_aws/tasks/security_group.yml @@ -38,8 +38,7 @@ - name: tag sg groups with proper tags ec2_tag: - tags: - KubernetesCluster: "{{ openshift_aws_clusterid }}" + tags: "{{ openshift_aws_security_groups_tags }}" resource: "{{ item.group_id }}" region: "{{ openshift_aws_region }}" with_items: "{{ k8s_sg_create.results }}" -- cgit v1.2.3