add limits config to galera

This commit is contained in:
Kevin Carter 2014-09-27 11:35:24 -05:00
parent 5670d85efd
commit d519338f3d
2 changed files with 7 additions and 0 deletions

View File

@ -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 }}"

View File

@ -0,0 +1,2 @@
# OpenFile limits
* - nofile 16384