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:
parent
8c6d088d3e
commit
27cecca0f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user