Hard code VM size to cheapest size

Remove my usage of a variable for VM size. Update to use the Basic_A0, which is the cheapest size of VM.
This commit is contained in:
Josh Meisels 2017-04-02 09:16:52 -07:00 committed by GitHub
parent 6c6d69314d
commit 0c2c79126c

View file

@ -80,7 +80,7 @@
virtual_network: algo_net
name: "{{ azure_server_name }}"
ssh_password_enabled: false
vm_size: "{{ vm_size | default(lookup('env','VM_SIZE')) }}"
vm_size: Basic_A0
tags:
Environment: Algo
ssh_public_keys: