baztian.keepass
Keepass Ansible Role
This role helps you download, install, and set up Keepass.
Run from the Command Line
To use the role, run the following commands:
ansible-galaxy install baztian.keepass
ansible localhost -m include_role -a 'name=baztian.keepass' -K -b
Example Playbook
Here’s how to include the role in a playbook:
- hosts: servers
become: yes
roles:
- role: baztian.keepass
License
MIT