Remove hardcoded region and availability zone

This can be set via envvar, no point in hardcoding, which btw
can lead to issues on users with accounts on regions different
to region-b
This commit is contained in:
Ricardo Carrillo Cruz 2015-08-05 11:55:50 +02:00
parent 8c6d088d3e
commit 27cecca0f8
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
state: present
cloud: "{{os_client_config_cloud}}"
name: "{{ item.name }}.{{ domainname }}"
region_name: region-b.geo-1
availability_zone: az2
image: "{{ item.image }}"
key_name: "{{ key_name }}"
timeout: 200