diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-05-07 14:36:46 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-05-07 14:36:46 -0400 |
commit | 29b79d7199fb7a9bc1f363cdb7b37f8d61e18ee8 (patch) | |
tree | 07e0879a0f2332ca3e4d5de37b57e9ac5502e68e /inventory/multi_ec2.yaml.example | |
parent | 060dffb973687776a22b5ff34e4843744ca82b05 (diff) | |
parent | b54e8f81469807cdd6cc57d3c03b22ee1212b4cc (diff) | |
download | openshift-29b79d7199fb7a9bc1f363cdb7b37f8d61e18ee8.tar.gz openshift-29b79d7199fb7a9bc1f363cdb7b37f8d61e18ee8.tar.bz2 openshift-29b79d7199fb7a9bc1f363cdb7b37f8d61e18ee8.tar.xz openshift-29b79d7199fb7a9bc1f363cdb7b37f8d61e18ee8.zip |
Merge pull request #214 from kwoodson/cache_location
Adding cache location option to multi_ec2.yaml
Diffstat (limited to 'inventory/multi_ec2.yaml.example')
-rw-r--r-- | inventory/multi_ec2.yaml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/multi_ec2.yaml.example b/inventory/multi_ec2.yaml.example index 91e7c7970..d8361a49f 100644 --- a/inventory/multi_ec2.yaml.example +++ b/inventory/multi_ec2.yaml.example @@ -1,4 +1,7 @@ # multi ec2 inventory configs +# +cache_location: ~/.ansible/tmp/multi_ec2_inventory.cache + accounts: - name: aws1 provider: aws/hosts/ec2.py |