Kdump
Document Control
TODO:
- Overall structure.
 - Initial draft complete
 - Testing
 - Ready
 
User Story: Kdump
As a: UNIX and Linux system administrator
I want to:
- feature 1
 - feature 2
 
So that: benefit
Using the role
Using the role in a playbook
--- - name: Install kdump hosts: all tasks: - name: kdump is configured import_role: name: crivetimihai.kdump vars: kdump_enable_service: true tags: kdump
# Install the role ansible-galaxy install crivetimihai.kdump # Run the playbook ansible-playbook kdump-playbook.yml
  Last update: 2020-02-08