Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 4b9fc9f

Browse files
authored
Add notice to ec2 inventory files (#1)
* Add notice to ec2.py * Add notice to ec2.ini
1 parent acb3052 commit 4b9fc9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

inventory/ec2.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Ansible EC2 external inventory script settings
2+
# Code is based on https://github.com/ansible/ansible/blob/devel/contrib/inventory/ec2.ini
23
#
34

45
[ec2]

inventory/ec2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
77
Generates inventory that Ansible can understand by making API request to
88
AWS EC2 using the Boto library.
9+
Code is based on https://github.com/ansible/ansible/blob/devel/contrib/inventory/ec2.py.
910
1011
NOTE: This script assumes Ansible is being executed where the environment
1112
variables needed for Boto have already been set:

0 commit comments

Comments
 (0)