We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6595077 + 4c6bc5a commit 31e657eCopy full SHA for 31e657e
lamp-infrastructure/provisioners/digitalocean.yml
@@ -18,7 +18,7 @@
18
state: "{{ item.state | default('present') }}"
19
name: "{{ item.name }}"
20
private_networking: yes
21
- size: "{{ item.size | default('1gb') }}"
+ size: "{{ item.size | default('s-1vcpu-1gb') }}"
22
image: "{{ item.image | default('centos-7-x64') }}"
23
region: "{{ item.region | default('nyc3') }}"
24
# Customize this default for your account.
0 commit comments