Microcode
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Microcode
As a: UNIX and Linux system administrator
I want to: install CPU and device microcode
So that: patch bugs and ensure my devices have the latest microcode loaded.
Using the role
Using the role in a playbook
--- - name: Install microcode hosts: all tasks: - name: microcode is configured import_role: name: devopstoolbox.microcode vars: microcode_enable_service: true tags: microcode
# Install the role ansible-galaxy install devopstoolbox.microcode # Run the playbook ansible-playbook microcode-playbook.yml
Last update: 2020-02-09