Working sound setup for raspis
This commit is contained in:
12
test_keepass.yml
Normal file
12
test_keepass.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
vars:
|
||||
ansible_ssh_pass: raspberry
|
||||
remote_user: pi
|
||||
|
||||
tasks:
|
||||
- name: test
|
||||
debug:
|
||||
msg: Lookup rpi pw {{ lookup('keepass', 'default_rpi_password') }}
|
||||
|
||||
Reference in New Issue
Block a user