take vault password from secret service
This commit is contained in:
parent
e96cfc90b5
commit
c5f03b7b29
5 changed files with 15 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
- tree
|
||||
- wireshark
|
||||
- units
|
||||
- unrar
|
||||
- name: Install .gitconfig
|
||||
template:
|
||||
src: "{{ role_path }}/templates/.gitconfig.j2"
|
||||
|
|
Reference in a new issue