Replace keepassxc with enpass

Goodnight, sweet prince
This commit is contained in:
Jake Howard 2019-01-26 16:35:27 +00:00
parent c4abe3700a
commit f9620c8131
Signed by: jake
GPG key ID: 57AFB45680EDD477
4 changed files with 1 additions and 43 deletions

View file

@ -15,7 +15,6 @@
- import_tasks: tasks/shell.yml
- import_tasks: tasks/fonts.yml
- import_tasks: tasks/autostart.yml
- import_tasks: tasks/keepassxc.yml
- import_tasks: tasks/dabapps.yml
when: ansible_fqdn == "TOO-Work"

View file

@ -26,8 +26,7 @@ bindsym $mod+F12 exec --no-startup-id redshift -O 3000
# Applications
bindsym $mod+K exec --no-startup-id keepassxc
bindsym $mod+Shift+K exec enpass showassistant
bindsym $mod+K exec --no-startup-id enpass showassistant
bindsym $mod+l exec --no-startup-id betterlockscreen -l dimblur
bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode
bindsym $mod+Tab exec --no-startup-id rofi -show window
@ -107,7 +106,6 @@ exec compton --dbus --xrender-sync-fence
exec /usr/bin/ibus-daemon
exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
exec keepassxc
exec enpass
exec dunst

View file

@ -1,38 +0,0 @@
- file:
state: directory
recurse: true
path: "{{ home }}/Private"
owner: "{{ user }}"
mode: 0700
- file:
state: directory
recurse: true
path: "{{ home }}/.config/keepassxc"
owner: "{{ user }}"
mode: 0700
- set_fact:
keepassxc_config:
- {section: General, option: "SSHAgent", value: "true"}
- {section: General, option: "AutoSaveAfterEveryChange", value: "true"}
- {section: General, option: "LastOpenedDatabases", value: "{{ home }}/Private/KeePass/Password Safe.kdbx"}
- {section: General, option: "SingleInstance", value: "true"}
- {section: Http, option: "Enabled", value: "false"}
- {section: GUI, option: "ShowTrayIcon", value: "true"}
- {section: GUI, option: "MinimizeToTray", value: "true"}
- {section: GUI, option: "MinimizeOnStartup", value: "true"}
- {section: security, option: "lockdatabasescreenlock", value: "true"}
- {section: Browser, option: "Enabled", value: "true"}
- {section: Browser, option: "AlwaysAllowAccess", value: "true"}
- {section: Browser, option: "AlwaysAllowUpdate", value: "true"}
- name: Set KeepassXC configuration
ini_file:
path: "{{ home }}/.config/keepassxc/keepassxc.ini"
mode: 0700
owner: "{{ user }}"
section: "{{ item.section }}"
option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: "{{ keepassxc_config }}"

View file

@ -133,7 +133,6 @@
- 'jdk'
- 'jshon'
- 'kdenlive'
- 'keepassxc'
- 'keybase-bin'
- 'kodi'
- 'libinput'