ansible-roles/library/centos/roles/tuned-setup/defaults/main.yml

7 lines
203 B
YAML
Raw Normal View History

2019-05-15 01:22:27 +02:00
---
# tuned-adm profile virtual-host
centos_tuned_enabled: True
centos_host_tuned_profile: virtual-host
centos_guest_tuned_profile: virtual-guest
centos_tuned_profile: '{{ centos_guest_tuned_profile }}'