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:
@@ -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')}"
|
||||
Reference in New Issue
Block a user