https://github.com/compscidr/ansible-keybase
Ansible collection to install keybase
https://github.com/compscidr/ansible-keybase
Last synced: 5 months ago
JSON representation
Ansible collection to install keybase
- Host: GitHub
- URL: https://github.com/compscidr/ansible-keybase
- Owner: compscidr
- License: gpl-3.0
- Created: 2024-12-01T06:37:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T18:25:07.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:39:37.865Z (about 1 year ago)
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-keybase
[](https://galaxy.ansible.com/ui/repo/published/compscidr/keybase/)
[](https://github.com/compscidr/ansible-keybase/actions/workflows/check.yml)
[](https://ansible.readthedocs.io/projects/lint/rules/)
Ansible collection to install keybase
## Usage:
Add the collection to your meta/requirements.yml:
```
collections:
- name: compscidr.keybase
version: ""
```
Use the role(s) in a playbook:
```
- name: Install keybase
hosts: all
roles:
- keybase
```
## Testing
This collection includes molecule testing to ensure the roles work correctly. See [TESTING.md](TESTING.md) for details on running tests locally.
The CI pipeline automatically runs:
- `ansible-lint` - Code quality and best practices validation
- `molecule test` - Role structure and syntax validation