forked from deepak2717/intro-to-aws-autoscaling-with-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added examples of files with secrets
- Loading branch information
Anton Fenske
committed
Jun 7, 2016
1 parent
6e00d48
commit 01c0c21
Showing
7 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
*.retry | ||
amiKeys.yml | ||
regionInfo.yml | ||
*.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
# Below are the possible examples filled with some random values | ||
|
||
ami: "ami-12345abc" | ||
ami_access: "ABCDEF12345GHIJK6789" | ||
ami_secret: "HLGgiuyoy768ugHOFG78Y/YG5869gyhhkjGgoghk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
# Below are the possible examples filled with some random values | ||
|
||
keypair: "my-keypair" | ||
group: ['sg-1234a123', 'sg-a123bcde' ] | ||
subnetID: ['subnet-1234a123', 'subnet-a123bcde'] | ||
#the region of the subnet you are using | ||
regi: "in-somewhere-1" | ||
tags: [Tag_key: tag_value] | ||
elb_security_group_ids: 'sg-1234a123' |