1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gopass.git synced 2024-09-14 20:06:42 +02:00
Find a file
dependabot[bot] 79e27de22d
Bump ansible-actions/ansible-galaxy-action from 1.1.1 to 1.2.0
Bumps [ansible-actions/ansible-galaxy-action](https://github.com/ansible-actions/ansible-galaxy-action) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/ansible-actions/ansible-galaxy-action/releases)
- [Commits](https://github.com/ansible-actions/ansible-galaxy-action/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: ansible-actions/ansible-galaxy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 17:00:25 +00:00
.github Bump ansible-actions/ansible-galaxy-action from 1.1.1 to 1.2.0 2023-12-15 17:00:25 +00:00
defaults Optional install zbar toling 2023-09-30 14:46:20 +02:00
handlers Adding gopass apt sources 2023-09-21 16:47:27 +02:00
meta testing namespace option 2023-10-06 16:53:02 +02:00
tasks add requirements, improve lintin 2023-10-28 17:20:20 +02:00
templates Adding gopass apt sources 2023-09-21 16:47:27 +02:00
vars add requirements, improve lintin 2023-10-28 17:20:20 +02:00
.gitignore Initial commit 2023-09-16 20:44:54 +02:00
.yamllint Initial commit 2023-09-16 20:44:54 +02:00
LICENSE Adding gopass apt sources 2023-09-21 16:47:27 +02:00
README.md Update README.md 2023-10-28 17:42:41 +02:00
requirements.yml add requirements, improve lintin 2023-10-28 17:20:20 +02:00

Ansible Galaxy MIT License Maintainance

Gopass Ansible Rolle

Ansile role to install the Password Manager gopass. Gopass is a simple but powerful password manager for your terminal. And it is 100% API Compatible to the standard unix password manager pass.

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
gopass__install_git_credential true Install haveibeenpwnd.com integration
gopass__install_zbar_tools true Install optional zbar tooling to read qrcodes
submodules_versioncheck false Run optional versionscheck to prevent old versions of tis ansible

Requirements

The community.general collection is required for some parts of this ansible role. You can install it with this command:

ansible-galaxy collection install -r requirements.yml --upgrade

Contributing

Please feel free to open a issue. Or suggest changes and improvements via Pull-Request. I will be happy to have a look at it.