Add action tune.
Propozycja API:
tune
Action Tune host running parameters according to profile
Variables
-
system_tune_profile
- name oftuned
profile to set on host -
(optional)
system_tune_profile_definition
- List of dictionaries describing tuned profile entries. (default[]
- profile will not be created)-
section
- name of configuration section (e.g.main
/sysctl
) -
option
- name of option to set -
value
- value for option
-
Zachowanie
- Akcja zainstaluje i włączy tuned (jeśli go niema)
- Akcja pobierze obecnie działający profil
- Jeśli
system_tune_profile_definition
jest nie pustą listą zostanie wygenerowany plik/etc/tuned/{{ system_tune_profile }}/tuned.conf
zgodnie z opisaną dedinicją. - Akcja zmieni obecnie działający profil na
system_tune_profile
, lub się wysypuie jeśli takowy niejest zdefiniowany
Edited by Bartłomiej Daca