AMD / ATI Graphics Drivers

Document Control

TODO:

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

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

User Story: ATI

As a: UNIX and Linux system administrator

I want to: install AMD / ATI Radeon Drivers that match my GPU

So that: run high performance graphics and GPU tasks.

Using the role

Using the role in a playbook
---
- name: Install ati
  hosts: all

  tasks:
    - name: ati is configured
      import_role:
        name: crivetimihai.ati
      vars:
        ati_enable_service: true
      tags: ati
# Install the role
ansible-galaxy install crivetimihai.ati

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

Last update: 2020-02-04