Microcode

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.microcode
      vars:
        microcode_enable_service: true
      tags: microcode
# Install the role
ansible-galaxy install crivetimihai.microcode

# Run the playbook
ansible-playbook microcode-playbook.yml

Last update: 2020-02-03