Cleanup
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Cleanup
As a: UNIX and Linux system administrator
I want to: cleanup temporary files and leaf packages
So that: reclaim disk space.
Temporary Files
Using the role
Using the role in a playbook
--- - name: Install cleanup hosts: all tasks: - name: cleanup is configured import_role: name: devopstoolbox.cleanup vars: cleanup_enable_service: true tags: cleanup
# Install the role ansible-galaxy install devopstoolbox.cleanup # Run the playbook ansible-playbook cleanup-playbook.yml
Last update: 2020-02-09