We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5044e85 commit 1829489Copy full SHA for 1829489
1 file changed
ansible/vault-values.yml
@@ -3,19 +3,6 @@
3
vars_files:
4
- group_vars/alpha-vault.yml
5
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
-
19
- name: put values into vault
20
run_once: true
21
when: write_values is defined
0 commit comments