diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-02-05 17:01:06 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-02-05 17:01:06 -0500 |
commit | cedef18d9450a1b3c8c0f72c10174735529cda04 (patch) | |
tree | 6470a05c3308ec9c45c871b3b842182de6284876 /inventory | |
parent | ee96928a2d1c21c5d2319418f4cf6ca774a3e010 (diff) | |
download | openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.gz openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.bz2 openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.xz openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.zip |
Removed comments and cleaned up code.
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/aws/ec2.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inventory/aws/ec2.ini b/inventory/aws/ec2.ini index cdc22d2d4..8a0c3ad45 100644 --- a/inventory/aws/ec2.ini +++ b/inventory/aws/ec2.ini @@ -12,7 +12,6 @@ # in AWS and merge the results together. Alternatively, set this to a comma # separated list of regions. E.g. 'us-east-1,us-west-1,us-west-2' regions = all -#regions = us-east-1 regions_exclude = us-gov-west-1,cn-north-1 # When generating inventory, Ansible needs to know how to address a server. |