mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-19 18:07:37 -02:30
Vault security hardening and role isolation
This commit is contained in:
9
roles/vault/tasks/cluster/binary.yml
Normal file
9
roles/vault/tasks/cluster/binary.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: cluster/binary | Copy vault binary from downloaddir
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/vault/vault"
|
||||
dest: "/usr/bin/vault"
|
||||
remote_src: true
|
||||
mode: "0755"
|
||||
owner: vault
|
||||
Reference in New Issue
Block a user