Skip to content

Commit

Permalink
Bump size of digital ocean compute, changed hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Apr 10, 2021
1 parent 90435ea commit 5adf03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/production/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all:
children:
compute:
hosts:
compute-0:
www.jasonernst.com:
home_server:
hosts:
ubuntu-server:
Expand Down
3 changes: 2 additions & 1 deletion compute-1.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# size chart: https://developers.digitalocean.com/documentation/changelog/api-v2/new-size-slugs-for-droplet-plan-changes/
resource "digitalocean_droplet" "compute" {
count = 1
image = "ubuntu-20-10-x64"
name = "compute-${count.index}"
region = "sfo2"
size = "s-1vcpu-1gb"
size = "s-1vcpu-2gb"
ipv6 = true
private_networking = true
ssh_keys = [
Expand Down

0 comments on commit 5adf03b

Please sign in to comment.