File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,3 +119,7 @@ navi_mongo_port: 27017
119119# consul
120120consul_hostname : " {{ hostvars[groups['consul'][0]]['ansible_default_ipv4']['address'] }}"
121121consul_port : 8500
122+
123+ # ec2 keys for SG manipulation
124+ aws_access_key : " AKIAIB3IJCCJZQWQMVSQ"
125+ aws_secret_key : " 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"
Original file line number Diff line number Diff line change 11---
22app_name : " ec2"
33git_branch : " null"
4- aws_access_key : " AKIAIB3IJCCJZQWQMVSQ"
5- aws_secret_key : " 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"
Original file line number Diff line number Diff line change 22- hosts : 127.0.0.1
33 connection : local
44 vars_files :
5+ - " group_vars/all.yml"
56 - " group_vars/ec2_sg.yml"
67 roles :
78 - { role: notify, tags: "notify" }
Original file line number Diff line number Diff line change 11---
22- hosts : all
33 vars_files :
4- - " group_vars/delta.yml"
4+ - " group_vars/all.yml"
5+ - " group_vars/sg_create.yml"
56 roles :
67 - { role: create_sg }
You can’t perform that action at this time.
0 commit comments