mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
implemented blu ray draft
This commit is contained in:
parent
616bbd019a
commit
e7b6e08cda
@ -14,7 +14,10 @@ ansible-galaxy collection install -r requirements.yml
|
||||
- add native-graphic-designer
|
||||
- add native-developer-basic
|
||||
- add native-workspaces
|
||||
- add shell-extension-manager
|
||||
- add https://aur.archlinux.org/packages/displaylink
|
||||
- add spotify
|
||||
- add backup to tails usb stick
|
||||
- https://www.reddit.com/r/ManjaroLinux/comments/cbkblb/guide_run_android_apps_on_manjaro_super_simple/ https://archived.forum.manjaro.org/t/running-android-applications-on-arch-using-anbox/53332
|
||||
|
||||
# See
|
||||
- https://www.middlewareinventory.com/blog/run-ansible-playbook-locally/
|
||||
|
@ -13,6 +13,12 @@
|
||||
roles:
|
||||
- collection-office-tools
|
||||
|
||||
- name: collection-bluray-player
|
||||
hosts: collection_bluray_player_hosts
|
||||
become: true
|
||||
roles:
|
||||
- collection-bluray-player
|
||||
|
||||
- name: GNOME setup
|
||||
hosts: gnome_hosts
|
||||
become: true
|
||||
|
2
roles/collection-bluray-player/meta/main.yml
Normal file
2
roles/collection-bluray-player/meta/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- application-java
|
7
roles/collection-bluray-player/readme.md
Normal file
7
roles/collection-bluray-player/readme.md
Normal file
@ -0,0 +1,7 @@
|
||||
# collection-blu-ray-player
|
||||
|
||||
## further information
|
||||
- https://wiki.archlinux.org/title/Blu-ray#Using_aacskeys
|
||||
- https://videobyte.de/play-blu-ray-with-vlc
|
||||
- https://archived.forum.manjaro.org/t/wie-kann-ich-bluray-uhd-abspielen/127396/12
|
||||
- http://fvonline-db.bplaced.net/
|
14
roles/collection-bluray-player/tasks/main.yml
Normal file
14
roles/collection-bluray-player/tasks/main.yml
Normal file
@ -0,0 +1,14 @@
|
||||
- name: install vlc and blu ray software
|
||||
community.general.pacman:
|
||||
name:
|
||||
- vlc
|
||||
- libaacs
|
||||
- libbluray
|
||||
state: present
|
||||
- name: install AUR packages to play blu ray
|
||||
kewlfft.aur.aur:
|
||||
use: yay
|
||||
name:
|
||||
- aacskeys
|
||||
- libbdplus
|
||||
become: false
|
@ -1,4 +1,4 @@
|
||||
- name: Install yay packages for epson
|
||||
- name: install AUR packages for epson
|
||||
kewlfft.aur.aur:
|
||||
use: yay
|
||||
name:
|
||||
|
Loading…
Reference in New Issue
Block a user