The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
3Modules10Plugins
Modules for managing and reading 1Password Vaults with 1Password Connect.
Access and manage your 1Password items in your Ansible Automation Platform through your self-hosted 1Password Connect server.
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.
ansible
: >=7.xansible-core
: >=2.15python
: >=3.91Password Connect
: >= 1.0.0ansible-galaxy collection install onepassword.connect
---
hosts: localhost
vars:
connect_token: "valid.jwt.here"
environment:
OP_CONNECT_HOST: http://localhost:8001
collections:
- onepassword.connect
tasks:
- name: Find the item with the label "Staging Database" in the vault "Staging Env"
item_info:
token: "{{ connect_token }}"
item: Staging Database
vault: Staging Env
no_log: true
register: op_item
Refer to the Usage Guide for documentation for example usage.
1Password requests you practice responsible disclosure if you discover a vulnerability.
Please file requests via BugCrowd.
For information about security practices, please visit the 1Password Bug Bounty Program.
Product |
---|
Red Hat Ansible Automation Platform 2.4 |