Tuned
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Tuned
As a: UNIX and Linux system administrator
I want to: manage tuned profiles
So that: I can optimize my system
Using the role
Using the role in a playbook
--- - name: Install tuned hosts: all tasks: - name: tuned is configured import_role: name: devopstoolbox.tuned vars: tuned_enable_service: true tags: tuned
# Install the role ansible-galaxy install devopstoolbox.tuned # Run the playbook ansible-playbook tuned-playbook.yml
Last update: 2020-02-09