Default Linode instance to nanode-1 — standard-2 was 4x the cost for no gain
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
body_format: json
|
||||
body:
|
||||
label: "{{ item.node_name }}"
|
||||
type: "{{ linode_instance_type | default('g6-standard-2') }}"
|
||||
type: "{{ linode_instance_type | default('g6-nanode-1') }}"
|
||||
region: "{{ linode_region | default('us-east') }}"
|
||||
image: "linode/debian12"
|
||||
root_pass: "{{ wr_root_pass }}"
|
||||
|
||||
Reference in New Issue
Block a user