baztian / ansible-keepass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keepass ansible role

CI

Role to download, install and setup keepass.

Execute directly from the command line

ansible-galaxy install baztian.keepass
ansible localhost -m include_role -a 'name=baztian.keepass' -K -b

Example Playbook

- hosts: servers
  become: yes
  roles:
     - role: baztian.keepass

License

MIT

About

License:MIT License


Languages

Language:Shell 100.0%