added extra vault instance
This commit is contained in:
parent
0898f15d51
commit
5c1e159d93
7 changed files with 87 additions and 1 deletions
10
nixos/hosts/olympus/vault-0/migrate.hcl
Normal file
10
nixos/hosts/olympus/vault-0/migrate.hcl
Normal file
|
@ -0,0 +1,10 @@
|
|||
storage_source "file" {
|
||||
path = "/var/lib/vault"
|
||||
}
|
||||
|
||||
storage_destination "raft" {
|
||||
path = "/var/lib/vault-raft"
|
||||
node_id = "olympus-1"
|
||||
}
|
||||
|
||||
cluster_addr = "http://vault.olympus:8201"
|
Loading…
Add table
Add a link
Reference in a new issue