Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escapace/ansible-tuned
https://github.com/escapace/ansible-tuned
ansible ansible-role tuned
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/escapace/ansible-tuned
- Owner: escapace
- License: apache-2.0
- Created: 2020-04-11T22:10:48.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-03-18T00:25:36.000Z (10 months ago)
- Last Synced: 2024-04-18T18:08:56.664Z (9 months ago)
- Topics: ansible, ansible-role, tuned
- Language: Jinja
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Role Variables
**tuned_profile**: The profile to set. Set to `recommended` by default. Basic profiles that are available are:
- balanced - General non-specialized tuned profile
- desktop - Optimize for the desktop use-case
- hpc-compute - Optimize for HPC compute workloads
- latency-performance - Optimize for deterministic performance at the cost of increased power consumption
- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks
- powersave - Optimize for low power consumption
- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads
- virtual-guest - Optimize for running inside a virtual guest
- virtual-host - Optimize for running KVM guests**tuned_daemon**: If true, enable the daemon to support dynamic tuning.
**tuned_dynamic_tuning**: Enable dynamic tuning.
**tuned_sleep_interval**: Sleep interval for checking for events, in seconds.
**tuned_update_interval**: Update interval for dynamic tuning, in seconds.
**tuned_enable_recommend**: Enable recommend functionality.
**tuned_reapply_sysctl**: Wether to apply sysctl from `/etc` after tuned's sysctl are
applied.