diff --git a/roles/vault/config b/roles/vault/config new file mode 100644 --- /dev/null +++ b/roles/vault/config @@ -0,0 +1,9 @@ +backend "s3" { + bucket = "vault-dwellers" + region = "eu-central-1" +} + +listener "tcp" { + address = "dwellers.nasqueron.org:40023" + tls_disable = 1 +}