Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 278 Bytes

Maintenance role

Maintains operating system and disk space.

Usage

Configure the role.

maintenance: true # default: false
maintenance_job: true # default: false

And include it in your playbook.

- hosts: maintenance
  roles:
  - role: maintenance