An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ansible-keybase
[![Static Badge](https://img.shields.io/badge/Ansible_galaxy-Download-blue)](https://galaxy.ansible.com/ui/repo/published/compscidr/keybase/)
[![ansible lint](https://github.com/compscidr/ansible-keybase/actions/workflows/check.yml/badge.svg)](https://github.com/compscidr/ansible-keybase/actions/workflows/check.yml)
[![ansible lint rules](https://img.shields.io/badge/Ansible--lint-rules%20table-blue.svg)](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