Adding numactl package

More and more physical servers are running on numa infrastructure. To
get best performances, numactl is required.
This commit is contained in:
Deimosfr 2015-06-26 18:56:32 +02:00
parent 5dc2d566c7
commit 04ecae0cc6
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@
when: '"mongodb-org" in mongodb_package' when: '"mongodb-org" in mongodb_package'
- name: Install MongoDB package - name: Install MongoDB package
apt: pkg={{mongodb_package}} state=present apt: name={{item}} state=present
with_items:
- "{{mongodb_package}}"
- numactl
- name: reload systemd - name: reload systemd
shell: systemctl daemon-reload shell: systemctl daemon-reload