feat: add rbw plugin for secret management
This commit is contained in:
parent
205cf36feb
commit
033d3d6371
4 changed files with 60 additions and 6 deletions
8
playbooks/initial-setup.yaml
Normal file
8
playbooks/initial-setup.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
vars:
|
||||
secret: "{{ lookup('rbw', 'Work Laptop') }}"
|
||||
tasks:
|
||||
|
||||
- debug:
|
||||
msg: the value of the secret is {{ secret.data.public_key }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue