diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-05-13 16:38:20 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-05-13 16:55:09 -0400 |
commit | d82c71ce9a98c1e9ecabf24cd7bd7c7e19aabec2 (patch) | |
tree | 764da2073c3c782dc9a359021943ec18253c86eb /inventory/multi_ec2.yaml.example | |
parent | 305808da1049c603519329e66b34068686bfb99e (diff) | |
download | openshift-d82c71ce9a98c1e9ecabf24cd7bd7c7e19aabec2.tar.gz openshift-d82c71ce9a98c1e9ecabf24cd7bd7c7e19aabec2.tar.bz2 openshift-d82c71ce9a98c1e9ecabf24cd7bd7c7e19aabec2.tar.xz openshift-d82c71ce9a98c1e9ecabf24cd7bd7c7e19aabec2.zip |
Added support for grouping and a bug fix.
Diffstat (limited to 'inventory/multi_ec2.yaml.example')
-rw-r--r-- | inventory/multi_ec2.yaml.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inventory/multi_ec2.yaml.example b/inventory/multi_ec2.yaml.example index c41c134ab..99f157b11 100644 --- a/inventory/multi_ec2.yaml.example +++ b/inventory/multi_ec2.yaml.example @@ -17,8 +17,12 @@ accounts: env_vars: AWS_ACCESS_KEY_ID: XXXXXXXXXXXXXXXXXXXX AWS_SECRET_ACCESS_KEY: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + all_group: ec2 + hostvars: + cloud: aws + account: aws1 - - name: aws2 +- name: aws2 provider: aws/hosts/ec2.py env_vars: AWS_ACCESS_KEY_ID: XXXXXXXXXXXXXXXXXXXX |