Browse Source

Update start_vault_temp.yml

pull/1223/head
Matthew Mosesohn 8 years ago
committed by GitHub
parent
commit
d7b8fb3113
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/vault/tasks/bootstrap/start_vault_temp.yml

1
roles/vault/tasks/bootstrap/start_vault_temp.yml

@ -13,6 +13,7 @@
-v /etc/vault:/etc/vault
{{ vault_image_repo }}:{{ vault_version }} server
#FIXME(mattymo): Crashes on first start with aufs docker storage. See hashicorp/docker-vault#19
- name: bootstrap/start_vault_temp | Start again single node Vault with file backend
command: docker start {{ vault_temp_container_name }}

Loading…
Cancel
Save