Skip to content

Commit

Permalink
Chnaged Security Group
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 23, 2018
1 parent 1c9a823 commit afe3516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/e2eproject/roles/tomcat_aws/tasks/aws-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
key_name: "{{ keypair }}"
aws_access_key: "AKIAJKCHVVFVMFG7KMNA"
aws_secret_key: "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"
group: Kubectl # security group name
group: launch-wizard-2 # security group name
instance_type: "{{ instance_type}}"
image: "{{ ami }}"
wait: true
Expand Down

0 comments on commit afe3516

Please sign in to comment.