{"id":15879003,"url":"https://github.com/darkwizard242/ansible-role-onepassword","last_synced_at":"2026-02-04T22:33:34.078Z","repository":{"id":44160180,"uuid":"389238843","full_name":"darkwizard242/ansible-role-onepassword","owner":"darkwizard242","description":" Ansible role for 1password. Available on Ansible Galaxy. ","archived":false,"fork":false,"pushed_at":"2025-03-24T02:37:01.000Z","size":53,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T04:40:55.930Z","etag":null,"topics":["1password","1password-gui-linux","ansible","ansible-role","linux"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/darkwizard242/onepassword","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,"zenodo":null}},"created_at":"2021-07-25T02:08:10.000Z","updated_at":"2025-03-29T09:52:21.000Z","dependencies_parsed_at":"2025-07-13T04:48:11.685Z","dependency_job_id":null,"html_url":"https://github.com/darkwizard242/ansible-role-onepassword","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/darkwizard242/ansible-role-onepassword","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-onepassword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-onepassword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-onepassword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-onepassword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/ansible-role-onepassword/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-onepassword/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29098234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T21:05:08.033Z","status":"ssl_error","status_checked_at":"2026-02-04T21:04:53.031Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["1password","1password-gui-linux","ansible","ansible-role","linux"],"created_at":"2024-10-06T02:42:43.951Z","updated_at":"2026-02-04T22:33:34.049Z","avatar_url":"https://github.com/darkwizard242.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build-test](https://github.com/darkwizard242/ansible-role-onepassword/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-onepassword/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-onepassword/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-onepassword/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/onepassword) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-onepassword\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-onepassword) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-onepassword\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-onepassword) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-onepassword\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-onepassword) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-onepassword?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-onepassword?color=orange\u0026style=flat-square)\n\n# Ansible Role: onepassword\n\nRole to install (_by default_) [1password](https://1password.com/) package for Debian based and EL based systems or uninstall (_if passed as var_) on **Debian** based and **EL** based systems.\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\n# Generic Variables\nonepassword_app_name: 1password\nonepassword_desired_state: present\n\n# Debian Family Variables\nonepassword_pre_reqs_debian:\n  - gnupg2\nonepassword_pre_reqs_debian_desired_state: present\nonepassword_repo_debian_gpg_key_url: https://downloads.1password.com/linux/keys/1password.asc\nonepassword_repo_debian_gpg_key_keyring: /usr/share/keyrings/1password-archive-keyring.gpg\nonepassword_repo_debian: \"deb [arch=amd64 signed-by={{ onepassword_repo_debian_gpg_key_keyring }}] https://downloads.1password.com/linux/debian/amd64 stable main\"\nonepassword_repo_debian_filename: \"{{ onepassword_app_name }}\"\nonepassword_repo_debian_desired_state: present\n\n# EL Family Variables\nonepassword_repo_el_name: 1password\nonepassword_repo_el_description: 1Password Stable Channel\nonepassword_repo_el: https://downloads.1password.com/linux/rpm/stable/$basearch\nonepassword_repo_el_gpg_key: https://downloads.1password.com/linux/keys/1password.asc\nonepassword_repo_el_enabled: yes\nonepassword_repo_el_filename: \"{{ onepassword_app_name }}\"\nonepassword_repo_el_gpgcheck: yes\nonepassword_repo_el_repogpgcheck: yes\nonepassword_repo_el_desired_state: present\n```\n\n### Variables table:\n\nVariable                                  | Description\n----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\nonepassword_app_name                      | Name of 1Password package to install by default i.e. `1password`.\nonepassword_desired_state                 | State of the 1password_app_name package (i.e. `1password` package itself.). Whether to install, verify if available or to uninstall (i.e. ansible apt module values: `present`, `latest`, or `absent`)\nonepassword_pre_reqs_debian               | Package required by 1Password on Debain based systems.\nonepassword_pre_reqs_debian_desired_state | State of the 1password_pre_reqs_debian_desired_state packages. Whether to install, verify if available or to uninstall (i.e. ansible apt module values: `present`, `latest`, or `absent`)\nonepassword_repo_debian_gpg_key_url       | 1Password GPG required on Debian based systems.\nonepassword_repo_debian_gpg_key_keyring   | 1Password Keyring file to store GPG key in.\nonepassword_repo_debian                   | Repository URL for Debian based systems.\nonepassword_repo_debian_filename          | Name of the repository file that will be stored at `/etc/apt/sources.list.d/` on Debian based systems. Defaults to the variable value for \"{{ 1password_app_name }}\" which is `1password` by default.\nonepassword_repo_debian_desired_state     | State of Debian family repository file for 1Password.\nonepassword_repo_el_name                  | Repository name for 1Password on EL based systems.\nonepassword_repo_el_gpg_key               | 1Password GPG required on EL based systems.\nonepassword_repo_el_description           | Description to be added in EL based repository file for 1Password.\nonepassword_repo_el                       | Repository `baseurl` for 1Password on EL based systems.\nonepassword_repo_el_gpgcheck              | Boolean for whether to perform gpg check against 1Password on EL based systems.\nonepassword_repo_el_repogpgcheck          | Boolean for whether to perform gpg signature check against on the repodata for 1Password on EL based systems.\nonepassword_repo_el_enabled               | Boolean for whether to set 1Password repo as 'enabled' on EL based systems.\nonepassword_repo_el_filename              | Name of the repository file that will be stored at `/etc/yum/sources.list.d/` on EL based systems. Defaults to the variable value for \"{{ 1password_app_name }}\" which is `1password` by default.\nonepassword_repo_el_desired_state         | State of EL family repository file for 1Password.\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\nFor default behaviour of role (i.e. installation of **1password** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.onepassword\n```\n\nFor customizing behavior of role (for e.g. update to latest available stable version, **1password** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.onepassword\n  vars:\n    onepassword_app_name: latest\n```\n\nFor customizing behavior of role (for e.g. un-installation of **1password** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.onepassword\n  vars:\n    onepassword_desired_state: absent\n```\n\n## License\n\n[MIT](https://github.com/darkwizard242/ansible-role-1password/blob/master/LICENSE)\n\n## Author Information\n\nThis role was created by [Ali Muhammad](https://www.alimuhammad.dev/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-onepassword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fansible-role-onepassword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-onepassword/lists"}