Compare commits

..

No commits in common. "23e4a1bbfba34b4bb443542a1264eddfee8cf98f" and "026c8106ca2964bc9fef0e1545ddd1ef8327b8d6" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View file

@ -14,7 +14,6 @@
ansible.builtin.import_tasks: 'tasks/setup.yml'
tags: setup
# TODO: provision ssh client config with modern cyphers
- name: Network provisioning
ansible.builtin.import_tasks: 'tasks/network.yml'
tags: network
@ -49,7 +48,6 @@
ansible.builtin.import_tasks: 'tasks/personal/all/syncthing.yml'
tags: syncthing
# TODO: provision current macvlan setup
- name: Desktop provisioning
ansible.builtin.import_tasks: 'tasks/personal/desktop.yml'
when: ansible_hostname == 'desktop'

View file

@ -1,14 +1,13 @@
# {{ ansible_managed }}
#
volume=100
sub-auto=fuzzy
gpu-api=opengl
vo=gpu
hwdec=vaapi
audio-samplerate=128000
audio-format=s64
volume=100
keep-open=yes # do not close the window on exit
keepaspect-window=no # add black bars if window aspect and video aspect mismatch
sub-auto=fuzzy # load all subs containing the media filename
# Do not close the window on exit
keep-open=yes