{"id":13993751,"url":"https://github.com/1Password/ansible-onepasswordconnect-collection","last_synced_at":"2025-07-22T18:31:32.322Z","repository":{"id":41341733,"uuid":"317958728","full_name":"1Password/ansible-onepasswordconnect-collection","owner":"1Password","description":"The 1Password Connect collection contains modules that interact with your 1Password Connect deployment. The modules communicate with the 1Password Connect API to support Vault Item create/read/update/delete operations.","archived":false,"fork":false,"pushed_at":"2024-05-28T17:33:26.000Z","size":275,"stargazers_count":114,"open_issues_count":19,"forks_count":16,"subscribers_count":17,"default_branch":"main","last_synced_at":"2024-11-23T11:24:07.988Z","etag":null,"topics":["1password","ansible","secret-management","secrets-management"],"latest_commit_sha":null,"homepage":"https://developer.1password.com/docs/connect/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1Password.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-12-02T18:43:23.000Z","updated_at":"2024-10-18T15:54:47.000Z","dependencies_parsed_at":"2023-11-20T18:30:53.163Z","dependency_job_id":"4ead7c17-5929-4e6e-9ef7-4ca1eae1e05d","html_url":"https://github.com/1Password/ansible-onepasswordconnect-collection","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Password%2Fansible-onepasswordconnect-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Password%2Fansible-onepasswordconnect-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Password%2Fansible-onepasswordconnect-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1Password%2Fansible-onepasswordconnect-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1Password","download_url":"https://codeload.github.com/1Password/ansible-onepasswordconnect-collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227156267,"owners_count":17739261,"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":["1password","ansible","secret-management","secrets-management"],"created_at":"2024-08-09T14:02:32.299Z","updated_at":"2025-07-22T18:31:32.308Z","avatar_url":"https://github.com/1Password.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cimg alt=\"\" role=\"img\" src=\"https://blog.1password.com/posts/2021/secrets-automation-launch/header.svg\"/\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e1Password Connect Ansible Collection\u003c/h1\u003e\n  \u003cp\u003eAccess and manage your 1Password items in your Ansible Automation Platform through your self-hosted \u003ca href=\"https://developer.1password.com/docs/connect\"\u003e1Password Connect server\u003c/a\u003e.\u003c/p\u003e\n  \u003ca href=\"https://github.com/1Password/ansible-onepasswordconnect-collection#-get-started\"\u003e\n    \u003cimg alt=\"Get started\" src=\"https://user-images.githubusercontent.com/45081667/226940040-16d3684b-60f4-4d95-adb2-5757a8f1bc15.png\" height=\"37\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\nThe 1Password Connect collection contains modules that interact with your 1Password Connect deployment. The modules communicate with the 1Password Connect API to support Vault Item create/read/update/delete operations.\n\n## Requirements\n\n- `ansible`: **\u003e=7.x**\n- `ansible-core`: **\u003e=2.15**\n- `python`: **\u003e=3.9**\n- `1Password Connect`: **\u003e= 1.0.0**\n\n## ✨ Get started\n\n### 🚀 Quickstart\n\n1. You can install the Ansible collection from [Ansible Galaxy](https://galaxy.ansible.com/onepassword/connect):\n\n```\nansible-galaxy collection install onepassword.connect\n```\n\n2. Example of getting information about an Item, including fields and metadata:\n\n```yaml\n---\nhosts: localhost\nvars:\n  connect_token: \"valid.jwt.here\"\nenvironment:\n  OP_CONNECT_HOST: http://localhost:8001\ncollections:\n  - onepassword.connect\ntasks:\n  - name: Find the item with the label \"Staging Database\" in the vault \"Staging Env\"\n    item_info:\n      token: \"{{ connect_token }}\"\n      item: Staging Database\n      vault: Staging Env\n    no_log: true\n    register: op_item\n```\n\n### 📄 Usage\n\nRefer to the [Usage Guide](USAGEGUIDE.md) for documentation for example usage.\n\n## 💙 Community \u0026 Support\n\n- File an [issue](https://github.com/1Password/ansible-onepasswordconnect-collection/issues) for bugs and feature requests.\n- Join the [Developer Slack workspace](https://join.slack.com/t/1password-devs/shared_invite/zt-1halo11ps-6o9pEv96xZ3LtX_VE0fJQA).\n- Subscribe to the [Developer Newsletter](https://1password.com/dev-subscribe/).\n\n## 🔐 Security\n\n1Password requests you practice responsible disclosure if you discover a vulnerability.\n\nPlease file requests by sending an email to bugbounty@agilebits.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1Password%2Fansible-onepasswordconnect-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1Password%2Fansible-onepasswordconnect-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1Password%2Fansible-onepasswordconnect-collection/lists"}