Working sound setup for raspis

This commit is contained in:
Martin Bauer
2020-05-10 15:25:38 +02:00
parent caf6232dfb
commit d8c9a491d1
40 changed files with 815 additions and 43 deletions

12
test_keepass.yml Normal file
View 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') }}