Commit 6de881d3 authored by nanahira's avatar nanahira

ksmd

parent 944452b8
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
apt: apt:
state: latest state: latest
update_cache: true 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 - name: epel 7
become: true become: true
yum: yum:
...@@ -39,6 +39,12 @@ ...@@ -39,6 +39,12 @@
systemd: systemd:
name: libvirtd name: libvirtd
state: started state: started
- name: ksmtuned
become: true
systemd:
name: ksmtuned
state: started
when: "ansible_distribution != 'CentOS'"
- name: stop firewalld - name: stop firewalld
become: true become: true
systemd: 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