take vault password from secret service

This commit is contained in:
Pim Kunis 2023-02-24 21:50:17 +01:00
parent e96cfc90b5
commit c5f03b7b29
5 changed files with 15 additions and 11 deletions

View file

@ -1,7 +1,13 @@
- name: Uninstall gnome-keyring
apt:
name: gnome-keyring
state: absent
- name: Install Keepassxc
become: true
apt:
name: keepassxc
pkg:
- keepassxc
- libsecret-tools
- name: Create keepassxc config directory
file:
path: ~/.config/keepassxc
@ -21,3 +27,4 @@
section: SSHAgent
option: AuthSockOverride
value: "{{ ssh_agent_socket }}"
no_extra_spaces: true

View file

@ -14,6 +14,7 @@
- tree
- wireshark
- units
- unrar
- name: Install .gitconfig
template:
src: "{{ role_path }}/templates/.gitconfig.j2"