mirror of
https://github.com/roles-ansible/ansible_role_gopass.git
synced 2024-09-14 20:06:42 +02:00
15 lines
1 KiB
Markdown
15 lines
1 KiB
Markdown
[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.gopass.svg)](https://galaxy.ansible.com/l3d/gopass)
|
|
[![MIT License](https://ansible.l3d.space/svg/l3d.gopass_license.svg)](LICENSE)
|
|
[![Maintainance](https://ansible.l3d.space/svg/l3d.gopass_maintainance.svg)](https://ansible.l3d.space/#l3d.gopass)
|
|
# Gopass Ansible Rolle
|
|
|
|
Ansile role to install the Password Manager [gopass](https://www.gopass.pw/). Gopass is a simple but powerful password manager for your terminal. And it is 100% API Compatible to the standard unix password manager [pass](https://passwordstore.org).
|
|
|
|
This role will only install the gopass passwordmanager. You have to configure and edit it by yourself 😉
|
|
|
|
## Variables
|
|
| Name | Value | Function |
|
|
| ---- | ----- | -------- |
|
|
| ``gopass__add_apt_repo`` | ``true`` | Install Gopass keyring and apt list on debian based Systems |
|
|
| ``gopass__install_jsonapi`` | ``true`` | Install gopass-jsonapi integration for browser integration |
|
|
| ``gopass__install_haveibeenpwnd`` | ``true`` | Install haveibeenpwnd.com integration |
|