Initial commit of PVC Ansible role
This commit is contained in:
4
roles/pvc/templates/ceph/default.conf.j2
Normal file
4
roles/pvc/templates/ceph/default.conf.j2
Normal file
@ -0,0 +1,4 @@
|
||||
# Environment file for ceph daemon systemd unit files.
|
||||
# {{ ansible_managed }}
|
||||
|
||||
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
|
4
roles/pvc/templates/ceph/limits.conf.j2
Normal file
4
roles/pvc/templates/ceph/limits.conf.j2
Normal file
@ -0,0 +1,4 @@
|
||||
# Limits for ceph processes
|
||||
# {{ ansible_managed }}
|
||||
ceph soft nproc unlimited
|
||||
ceph soft nofile unlimited
|
4
roles/pvc/templates/ceph/sysctl.conf.j2
Normal file
4
roles/pvc/templates/ceph/sysctl.conf.j2
Normal file
@ -0,0 +1,4 @@
|
||||
# sysctl: tweak settings for Ceph
|
||||
# {{ ansible_managed }}
|
||||
|
||||
vm.swappiness = 0
|
Reference in New Issue
Block a user