diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-10-28 16:38:15 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-10-28 16:38:15 -0400 |
commit | a50c394a91ad60f121cbd8499ab298715fd0b620 (patch) | |
tree | f948f633396794dc9c13e244637a41e12c37824f | |
parent | ffe6a915c54546e4f6c1260a271d1d220fe58f6d (diff) | |
parent | 4c2aa802db9c69a52fb05832b285a650ddb850d5 (diff) | |
download | openshift-a50c394a91ad60f121cbd8499ab298715fd0b620.tar.gz openshift-a50c394a91ad60f121cbd8499ab298715fd0b620.tar.bz2 openshift-a50c394a91ad60f121cbd8499ab298715fd0b620.tar.xz openshift-a50c394a91ad60f121cbd8499ab298715fd0b620.zip |
Merge pull request #757 from kwoodson/extravars
Updating example for multi inventory.
-rw-r--r-- | inventory/multi_ec2.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/multi_ec2.yaml.example b/inventory/multi_ec2.yaml.example index 99f157b11..bbd81ad20 100644 --- a/inventory/multi_ec2.yaml.example +++ b/inventory/multi_ec2.yaml.example @@ -18,7 +18,7 @@ accounts: AWS_ACCESS_KEY_ID: XXXXXXXXXXXXXXXXXXXX AWS_SECRET_ACCESS_KEY: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX all_group: ec2 - hostvars: + extra_vars: cloud: aws account: aws1 |