Commit 6de881d3 authored by nanahira's avatar nanahira

ksmd

parent 944452b8
......@@ -8,7 +8,7 @@
apt:
state: latest
update_cache: true
name: sudo,python,qemu,qemu-kvm,libvirt-bin,bridge-utils,virtinst,libguestfs-tools,python-libvirt,python-lxml
name: sudo,python,qemu,qemu-kvm,libvirt-bin,bridge-utils,virtinst,libguestfs-tools,python-libvirt,python-lxml,ksmtuned
- name: epel 7
become: true
yum:
......@@ -39,6 +39,12 @@
systemd:
name: libvirtd
state: started
- name: ksmtuned
become: true
systemd:
name: ksmtuned
state: started
when: "ansible_distribution != 'CentOS'"
- name: stop firewalld
become: true
systemd:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment