---
- hosts: all
vars:
ansible_ssh_pass: raspberry
remote_user: pi
tasks:
- name: test
debug:
msg: Lookup rpi pw {{ lookup('keepass', 'default_rpi_password') }}