Set up home server.

This commit is contained in:
Tom Alexander
2024-04-22 17:23:20 -04:00
parent f1b3e3a81f
commit 32eca75f4e
25 changed files with 398 additions and 54 deletions

View File

@@ -2,11 +2,17 @@
package:
name:
- webcamd
- pwcview # For testing webcam
- v4l-utils # Needed for support in browsers
- v4l_compat # Needed for support in browsers
state: present
- name: Install packages
when: install_graphics
package:
name:
- pwcview # For testing webcam
state: present
- name: Install loader.conf
copy:
src: "files/{{ item }}_loader.conf"