Order keepassxc settings and add some more

This commit is contained in:
Jake Howard 2020-05-16 22:19:53 +01:00
parent 74877b885e
commit d53ecc47b7
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -25,16 +25,19 @@
loop_control: loop_control:
label: "{{ item.section }}.{{ item.option }}={{ item.value }}" label: "{{ item.section }}.{{ item.option }}={{ item.value }}"
loop: loop:
- {section: Browser, option: Enabled, value: "true"}
- {section: Browser, option: AlwaysAllowAccess, value: "true"}
- {section: Browser, option: AlwaysAllowUpdate, value: "true"}
- {section: General, option: AutoSaveAfterEveryChange, value: "true"} - {section: General, option: AutoSaveAfterEveryChange, value: "true"}
- {section: General, option: LastOpenedDatabases, value: "{{ home }}/Private/KeePass/Password Safe.kdbx"} - {section: General, option: LastOpenedDatabases, value: "{{ home }}/Private/Keepass/Password Safe.kdbx"}
- {section: General, option: LastActiveDatabase, value: "{{ home }}/Private/Keepass/Password Safe.kdbx"}
- {section: General, option: SingleInstance, value: "true"} - {section: General, option: SingleInstance, value: "true"}
- {section: Http, option: Enabled, value: "false"} - {section: generator, option: Length, value: 100}
- {section: GUI, option: AdvancedSettings, value: "true"} - {section: GUI, option: AdvancedSettings, value: "true"}
- {section: GUI, option: ShowTrayIcon, value: "true"} - {section: GUI, option: ShowTrayIcon, value: "true"}
- {section: GUI, option: MinimizeToTray, value: "true"} - {section: GUI, option: MinimizeToTray, value: "true"}
- {section: GUI, option: MinimizeOnStartup, value: "true"} - {section: GUI, option: MinimizeOnStartup, value: "true"}
- {section: GUI, option: MinimizeOnClose, value: "true"} - {section: GUI, option: MinimizeOnClose, value: "true"}
- {section: Http, option: Enabled, value: "false"}
- {section: security, option: lockdatabasescreenlock, value: "true"} - {section: security, option: lockdatabasescreenlock, value: "true"}
- {section: Browser, option: Enabled, value: "true"} - {section: security, option: clearclipboardtimeout, value: 60}
- {section: Browser, option: AlwaysAllowAccess, value: "true"}
- {section: Browser, option: AlwaysAllowUpdate, value: "true"}