summaryrefslogtreecommitdiffstats
path: root/inventory/multi_ec2.yaml.example
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2014-12-12 14:55:09 -0500
committerKenny Woodson <kwoodson@redhat.com>2014-12-12 14:55:09 -0500
commitf6dfc719d88fc0fd41a114f4ec0d670e962da0b8 (patch)
treea97d77cc98af41da56fe9a4ce6395493a923f57b /inventory/multi_ec2.yaml.example
parent54de85ff38cd0e68bb669e8cebbaccc6719e3d64 (diff)
downloadopenshift-f6dfc719d88fc0fd41a114f4ec0d670e962da0b8.tar.gz
openshift-f6dfc719d88fc0fd41a114f4ec0d670e962da0b8.tar.bz2
openshift-f6dfc719d88fc0fd41a114f4ec0d670e962da0b8.tar.xz
openshift-f6dfc719d88fc0fd41a114f4ec0d670e962da0b8.zip
In order to agree with previous renaming these naming changes were made.
Diffstat (limited to 'inventory/multi_ec2.yaml.example')
-rw-r--r--inventory/multi_ec2.yaml.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/inventory/multi_ec2.yaml.example b/inventory/multi_ec2.yaml.example
new file mode 100644
index 000000000..bba26f016
--- /dev/null
+++ b/inventory/multi_ec2.yaml.example
@@ -0,0 +1,15 @@
+# meta inventory configs
+clouds:
+ - name: aws1
+ provider: aws/ec2.py
+ env_vars:
+ AWS_ACCESS_KEY_ID: XXXXXXXXXXXXXXXXXXXX
+ AWS_SECRET_ACCESS_KEY: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+
+ - name: aws2
+ provider: aws/ec2.py
+ env_vars:
+ AWS_ACCESS_KEY_ID: XXXXXXXXXXXXXXXXXXXX
+ AWS_SECRET_ACCESS_KEY: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+
+cache_max_age: 60