Skip to content
This repository has been archived by the owner on Nov 3, 2018. It is now read-only.
/ bootstrap-git Public archive

/!\ This repos is deprecated | Bootstrap git repository with some cool stuffs | New repo here :

License

Notifications You must be signed in to change notification settings

cchaudier/bootstrap-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-git

Bootstrap git repository with some cool stuffs.

  • .gitignore for terraform and ansible-vault

Keep your secret safe

First install Ansible on your laptop.

After create .vault_pass file under the repository root folder and put in it a strong password.

Add in your .git/config file this code :

[diff "ansible-vault"]
  textconv = .git_crypt_diff
    # Do not cache the vault contents
	cachetextconv = false
[filter "ansible-vault"]
  clean  = .git_crypt_clean

Please note : only work with the git cli !

About

/!\ This repos is deprecated | Bootstrap git repository with some cool stuffs | New repo here :

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages