demo/digitalocean: add config templates to terraform

This commit is contained in:
Ryan Uber
2015-09-23 13:04:43 -07:00
parent 4d36d4e705
commit a1fbded91b
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
data_dir = "/tmp/nomad"
log_level = "DEBUG"
enable_debug = true
bind_addr = "0.0.0.0"
disable_update_check = true
client {
enabled = true
servers = ["nomad.service.consul:4647"]
node_class = "linux-64bit"
}

View File

@@ -0,0 +1,9 @@
data_dir = "/tmp/nomad"
log_level = "DEBUG"
enable_debug = true
bind_addr = "0.0.0.0"
disable_update_check = true
server {
enabled = true
bootstrap_expect = 3
}