diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-10-28 16:37:14 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-10-28 16:37:14 -0400 |
commit | 4c2aa802db9c69a52fb05832b285a650ddb850d5 (patch) | |
tree | f948f633396794dc9c13e244637a41e12c37824f /inventory | |
parent | ffe6a915c54546e4f6c1260a271d1d220fe58f6d (diff) | |
download | openshift-4c2aa802db9c69a52fb05832b285a650ddb850d5.tar.gz openshift-4c2aa802db9c69a52fb05832b285a650ddb850d5.tar.bz2 openshift-4c2aa802db9c69a52fb05832b285a650ddb850d5.tar.xz openshift-4c2aa802db9c69a52fb05832b285a650ddb850d5.zip |
Updated example
Diffstat (limited to '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 |