{"id":15878961,"url":"https://github.com/darkwizard242/ansible-role-keybase","last_synced_at":"2026-03-02T07:32:49.799Z","repository":{"id":44545717,"uuid":"350099143","full_name":"darkwizard242/ansible-role-keybase","owner":"darkwizard242","description":"Ansible role for Keybase. Available on Ansible Galaxy. ","archived":false,"fork":false,"pushed_at":"2024-06-25T20:29:52.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-07T02:42:22.482Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","keybase","keybase-client"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/darkwizard242/keybase","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkwizard242.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-21T19:33:26.000Z","updated_at":"2024-06-25T20:29:40.000Z","dependencies_parsed_at":"2024-06-25T21:45:14.117Z","dependency_job_id":"62f7737c-4250-4e28-82d6-03537df52b1d","html_url":"https://github.com/darkwizard242/ansible-role-keybase","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-keybase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-keybase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-keybase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-keybase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/ansible-role-keybase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221661154,"owners_count":16859488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-galaxy","ansible-role","keybase","keybase-client"],"created_at":"2024-10-06T02:42:30.780Z","updated_at":"2026-03-02T07:32:49.784Z","avatar_url":"https://github.com/darkwizard242.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build-test](https://github.com/darkwizard242/ansible-role-keybase/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-keybase/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-keybase/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-keybase/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/keybase) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-keybase\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-keybase) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-keybase\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-keybase) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-keybase\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-keybase) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-keybase?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-keybase?color=orange\u0026style=flat-square)\n\n# Ansible Role: keybase\n\nRole to install (_by default_) [keybase](https://keybase.io) package or uninstall (_if passed as var_) on Debian based systems and EL based systems. Keybase is capable of End-to-end encryption for things that matter and provides secure messaging and file-sharing.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below (located in `defaults/main.yml`):\n\n### Variables List:\n\n```yaml\nkeybase_app: keybase\nkeybase_app_desired_state: present\n\n# Debian family based\nkeybase_debian_pre_reqs: gnupg\nkeybase_debian_pre_reqs_desired_state: present\nkeybase_repo_debian_gpg_keyid: '47484E50656D16C7'\nkeybase_repo_debian_gpg_keyserver: keyserver.ubuntu.com\nkeybase_repo_debian: \"deb http://prerelease.keybase.io/deb stable main\"\nkeybase_repo_debian_filename: \"{{ keybase_app }}\"\nkeybase_repo_debian_desired_state: present\n\n# EL family based\nkeybase_repo_el: http://prerelease.keybase.io/rpm/x86_64\nkeybase_repo_el_name: keybase\nkeybase_repo_el_description: keybase\nkeybase_repo_el_enabled: yes\nkeybase_repo_el_gpgcheck: yes\nkeybase_repo_el_gpgkey: https://keybase.io/docs/server_security/code_signing_key.asc\nkeybase_repo_el_filename: keybase\nkeybase_repo_el_desired_state: present\n```\n\n### Variables table:\n\nVariable                              | Description\n------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nkeybase_app                           | Name of keybase application package require to be installed i.e. `keybase`\nkeybase_app_desired_state             | State of the keybase_app package. Whether to install, verify if available or to uninstall (i.e. ansible apt module values: `present`, `latest`, or `absent`)\nkeybase_debian_pre_reqs               | Keybase recommends the installation of both these packages on Debian family systems and as such, they are considered pre-requisites.\nkeybase_debian_pre_reqs_desired_state | Desired state for Keybase pre-requisite apps on Debian family systems.\nkeybase_repo_debian_gpg_keyid         | Keybase GPG Key ID required on Debian family systems.\nkeybase_repo_debian_gpg_keyserver     | Keybase GPG Key Server required on Debian family systems.\nkeybase_repo_debian                   | Keybase repo URL for Debain family systems.\nkeybase_repo_debain_filename          | Name of the repository file that will be stored at `/etc/apt/sources.list.d/` on Debian based systems.\nkeybase_repo_debian_desired_state     | `present` indicates creating the repository file if it doesn't exist on Debian based systems. Alternative is `absent`.\nkeybase_repo_el                       | Repository `baseurl` for Keybase on EL based systems.\nkeybase_repo_el_name                  | Repository name for Keybase on EL based systems.\nkeybase_repo_el_description           | Description to be added in EL based repository file for Keybase.\nkeybase_repo_el_gpgcheck              | Boolean for whether to perform gpg check against Keybase on EL based systems.\nkeybase_repo_el_gpgkey                | Keybase GPG Key required on EL family systems.\nkeybase_repo_el_enabled               | Boolean to set so that Keybase repository is enabled on EL based systems.\nkeybase_repo_el_filename              | Name of the repository file that will be stored at `/yum/sources.list.d/keybase.repo` on EL based systems.\nkeybase_repo_el_desired_state         | `present` indicates creating the repository file if it doesn't exist on EL based systems. Alternative is `absent` (not recommended as it will prevent from installation of **keybase** package).\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\nFor default behaviour of role (i.e. installation of **keybase** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.keybase\n```\n\nFor customizing behavior of role (i.e. installing latest verion of **keybase**) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.keybase\n  vars:\n    keybase_app_desired_state: latest\n```\n\nFor customizing behavior of role (i.e. un-installation of **keybase** packages) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.keybase\n  vars:\n    keybase_app_desired_state: absent\n```\n\n## License\n\n[MIT](https://github.com/darkwizard242/ansible-role-keybase/blob/master/LICENSE)\n\n## Author Information\n\nThis role was created by [Ali Muhammad](https://www.alimuahmmad.dev/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-keybase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fansible-role-keybase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-keybase/lists"}