AMD / ATI Graphics Drivers
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.ati vars: ati_enable_service: true tags: ati
# Install the role ansible-galaxy install devopstoolbox.ati # Run the playbook ansible-playbook ati-playbook.yml
Last update: 2020-02-09