- migrate media applications to new cephfs pool + incus - enable exporting haproxy - move ceph-client-setup to only apply to non-lxc hosts - ensure unrar is installed for nzbget - updated jellyfin use of data_dir - set lxc instances for jellyfin to use /shared/apps/jellyfin Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/299
11 lines
221 B
YAML
11 lines
221 B
YAML
---
|
|
profiles::packages::include:
|
|
chrony:
|
|
ensure: absent
|
|
|
|
# disable mlock for vault nodes on lxd/incus
|
|
vault::disable_mlock: true
|
|
|
|
# manage jellyfin changes
|
|
profiles::media::jellyfin::data_dir: /shared/apps/jellyfin
|