Documentation

onepassword_raw - fetch raw json data from 1Password

New in version 2.6.

Synopsis

  • onepassword_raw wraps op command line utility to fetch an entire item from 1Password

Requirements

The below requirements are needed on the local master node that executes this lookup.

Parameters

Parameter Choices/Defaults Configuration Comments
_terms
required
identifier(s) (UUID, name, or domain; case-insensitive) of item(s) to retrieve
vault Default:
None
vault containing the item to retrieve (case-insensitive); if absent will search all vaults

Examples

- name: "retrieve all data about Wintermute"
  debug:
    msg: "{{ lookup('onepassword_raw', 'Wintermute') }}"

Return Values

Common return values are documented here, the following are the fields unique to this lookup:

Key Returned Description
_raw
field data requested



Status

This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.

Author

Hint

If you notice any issues in this documentation you can edit this document to improve it.