Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 623 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 623 Bytes

Emergency kit

This repo does not require frequent changes. In order to aviod commiting any changes without encrypting the content first do not clone the repo, just copy the encrypted content to a local file. Use:

  • ansible-vault view emergency_kit.md --vault-password-file ~/.vault_key --- to view
  • ansible-vault decrypt emergency_kit.md --vault-password-file ~/.vault_key --- to decrypt
  • ansible-vault encrypt --vault-pass-file ~/.vault_key emergency_kit.md --- to encrypt

For more information about Ansible vault, watch encrypting Files with Ansible Vault.