add limits config to galera
This commit is contained in:
parent
5670d85efd
commit
d519338f3d
@ -30,6 +30,11 @@
|
||||
- root_password
|
||||
- root_password_again
|
||||
|
||||
- name: Drop limits config
|
||||
template:
|
||||
src: "limits.conf"
|
||||
dest: "/etc/security/limits.conf"
|
||||
|
||||
- name: Install galera packages
|
||||
apt:
|
||||
pkg: "{{ item }}"
|
||||
|
2
rpc_deployment/roles/galera_common/templates/limits.conf
Normal file
2
rpc_deployment/roles/galera_common/templates/limits.conf
Normal file
@ -0,0 +1,2 @@
|
||||
# OpenFile limits
|
||||
* - nofile 16384
|
Loading…
x
Reference in New Issue
Block a user