ВИ
В Vault, я недавно про Amazon SSM узнал, etc
Size: a a a
ВИ
i
i
i
L
VB
L
AS
[lookup_hashi_vault]
# install to use
# ansible-galaxy collection install community.hashi_vault
# pip3 install hvac
url = https://vault.yourdomain
auth_method = xxxx
#set ANSIBLE_HASHI_VAULT_USERNAME env var or ansible_hashi_vault_username ansible var for username option
#set ANSIBLE_HASHI_VAULT_PASSWORD env var or ansible_hashi_vault_password ansible var for password option
AS
s3_password: "{{ lookup('community.hashi_vault.hashi_vault', 'secret=infrastructure/data/xxx/yyyyyyyy:key') }}"L
AS
VB
K
RA
RA
S

cat /dev/urandom | ssh -T root@xxx bash -c "tee >/dev/null"
cat /dev/urandom | pv -r | ssh -T root@xxx bash -c "tee >/dev/null"
K
RA
RA