filmov
tv
Ansible-Vault Tutorials (how to pass the sensitive data in ansible)
Показать описание
Ansible-vault
Ansible Vault is a feature of ansible that allows
you to keep sensitive data such as passwords or keys in encrypted files,
rather than as plaintext in playbooks or roles.
These vault files can then be distributed or placed in source control.
ansible-vault
create --we can create a file with encryption mode
edit --encrypted file we can edit the data in a encrypted file
view --encrypted file we can view the encrypted file
encrypt --using this we can encrypt the playbooks
decrypt --using this we can decrypt the playbooks
--ask-vault-pass
--vault-id
--vault-password-file
Ansible Vault is a feature of ansible that allows
you to keep sensitive data such as passwords or keys in encrypted files,
rather than as plaintext in playbooks or roles.
These vault files can then be distributed or placed in source control.
ansible-vault
create --we can create a file with encryption mode
edit --encrypted file we can edit the data in a encrypted file
view --encrypted file we can view the encrypted file
encrypt --using this we can encrypt the playbooks
decrypt --using this we can decrypt the playbooks
--ask-vault-pass
--vault-id
--vault-password-file