16 lines
395 B
YAML
16 lines
395 B
YAML
---
|
|
- name: Create 1Password Secret
|
|
hosts: localhost
|
|
tasks:
|
|
- onepassword.connect.generic_item:
|
|
vault_id: "e63n3krpqx7qpohuvlyqpn6m34"
|
|
title: Lab Secrets Test
|
|
state: created
|
|
fields:
|
|
- label: Codeword
|
|
value: "hunter2"
|
|
section: "Personal Info"
|
|
field_type: concealed
|
|
# no_log: true
|
|
register: op_item
|