{
  "version": "1.0.0",
  "blueprint": {
    "description": "Installs git-secret (a tool for embedding encrypted data inside of a git repository) on Linux and macOS",
    "overview": "[git-secret](https://git-secret.io/) is a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using GPG, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key.",
    "name": "git-secret",
    "repository": {
      "github": "https://github.com/ProfessorManhattan/ansible-gitsecret",
      "gitlab": "https://gitlab.com/megabyte-labs/ansible-roles/gitsecret"
    },
    "slug": "gitsecret",
    "title": "git-secret",
    "group": "ansible",
    "subgroup": "role"
  },
  "type": "module"
}
