diff options
| author | Kenny Woodson <kwoodson@redhat.com> | 2015-05-13 16:56:29 -0400 | 
|---|---|---|
| committer | Kenny Woodson <kwoodson@redhat.com> | 2015-05-13 16:56:29 -0400 | 
| commit | 139d3a42fb4647d238afc7ae03a9b00347d46961 (patch) | |
| tree | 764da2073c3c782dc9a359021943ec18253c86eb /inventory/multi_ec2.yaml.example | |
| parent | 305808da1049c603519329e66b34068686bfb99e (diff) | |
| parent | d82c71ce9a98c1e9ecabf24cd7bd7c7e19aabec2 (diff) | |
| download | openshift-139d3a42fb4647d238afc7ae03a9b00347d46961.tar.gz openshift-139d3a42fb4647d238afc7ae03a9b00347d46961.tar.bz2 openshift-139d3a42fb4647d238afc7ae03a9b00347d46961.tar.xz openshift-139d3a42fb4647d238afc7ae03a9b00347d46961.zip  | |
Merge pull request #224 from kwoodson/multi_ec2_fix
Added group option to multi_ec2.  Also tmp file removal 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  | 
