forked from geerlingguy/ansible-for-devops
-
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.
Fixes geerlingguy#303: Update 'Dynamic inventory with AWS' example to…
… use aws_ec2 plugin.
- Loading branch information
1 parent
dfad2cc
commit 6ca0abf
Showing
8 changed files
with
20 additions
and
849 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
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,14 @@ | ||
--- | ||
plugin: aws_ec2 | ||
|
||
regions: | ||
- us-east-1 | ||
|
||
hostnames: | ||
- ip-address | ||
|
||
keyed_groups: | ||
- key: tags.inventory_group | ||
separator: '' | ||
- key: tags.Application | ||
separator: '' |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.