CLAUDE.md (987B)
1 # Project: Create ansible role 2 This project is to create ansible roles that provision a debian based system to rip and encode dvd and Blueray movies. 3 4 ## Architecture 5 Use a site.yml and a roles based directory structure. Use pushover to send notifications. 6 7 ## Important notes 8 Use flatpaks for makemkv and ffmpeg if available 9 Explain everything that claude code does 10 When more that one option exists explain them all 11 Don't guess. If claude code doesn't know something inform the user and let them make the decision. 12 The target machine is 192.168.0.240. It is a proxmox server. The target directory is /mnt/Movies. 13 The provided scripts use gpu encoding. Esnure the user in the proper groups for doing so. 14 This project will become a git repo 15 16 17 ## Assets 18 There is a scripts directory in the project folder which contains the needed rip, encode, and notification scripts. 19 There is an ansible vault file in the project directory. It contains the pushover user and app keys we will use.