Skip to content

Commit 1829489

Browse files
committed
Remove unsealing of the vault. Vault should already be unsealed.
1 parent 5044e85 commit 1829489

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

ansible/vault-values.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
vars_files:
44
- group_vars/alpha-vault.yml
55
tasks:
6-
- name: unseal vault
7-
tags: [ deploy ]
8-
uri:
9-
method=PUT
10-
url={{ vault_url }}/v1/sys/unseal
11-
HEADER_X-Vault-Token="{{ vault_auth_token }}"
12-
body_format=json
13-
body='{{ item | to_json }}'
14-
with_items:
15-
- key: "{{ vault_token_01 }}"
16-
- key: "{{ vault_token_02 }}"
17-
- key: "{{ vault_token_03 }}"
18-
196
- name: put values into vault
207
run_once: true
218
when: write_values is defined

0 commit comments

Comments
 (0)