Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 721 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 721 Bytes

Homeserver setup

Using Ansible Vault

Create an executable file vault_pass.sh

#!/bin/sh
keepassxc-cli show -y 2:xxxxxxx ~/Documents/Safe.kdbx "/Homeserver/Ansible vars" -a Password

Tags

Tag Description Run on service
$service-start Run service x
$service-stop Stop service

Acknowledgements

Inspiration is taken from davestephens/ansible-nas.