feat: add sonarr profile

- add cephfs secret for mounting mediafs
- add ceph-reef repo for apps::media roles
- add the shared cephfs mediafs mount
This commit is contained in:
2024-06-23 15:18:02 +10:00
parent 5631f07e6e
commit 82ed27cf56
5 changed files with 32 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
profiles::yum::global::repos:
ceph-reef:
name: ceph-reef
descr: ceph reef repository
target: /etc/yum.repos.d/ceph-reef.repo
baseurl: https://edgecache.query.consul/ceph/yum/el%{facts.os.release.major}/%{facts.os.architecture}
gpgcheck: 0,
mirrorlist: absent
profiles::ceph::client::keyrings:
media:
key: "%{hiera('ceph::key::media')}"