Skip to content

Commit 94e21d0

Browse files
author
Christopher M. Neill
committed
kjsafbmn
1 parent 3c58a0d commit 94e21d0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ navi_mongo_port: 27017
119119
# consul
120120
consul_hostname: "{{ hostvars[groups['consul'][0]]['ansible_default_ipv4']['address'] }}"
121121
consul_port: 8500
122+
123+
# ec2
124+
aws_access_key: "AKIAIB3IJCCJZQWQMVSQ"
125+
aws_secret_key: "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"

ansible/group_vars/ec2_sg.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
---
22
app_name: "ec2"
33
git_branch: "null"
4-
aws_access_key: "AKIAIB3IJCCJZQWQMVSQ"
5-
aws_secret_key: "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"

0 commit comments

Comments
 (0)