ansible-maintenance/tasks/main.yml

20 lines
402 B
YAML
Raw Normal View History

2024-09-25 17:53:35 +02:00
- name: check server status
import_tasks: check.yml
tags: check
- name: update packages
import_tasks: update.yml
tags: update
2025-02-04 23:54:18 +01:00
- name: schedule package update and restart for the night
import_tasks: nightly_update.yml
tags: nightly_update
2024-09-25 17:53:35 +02:00
- name: restart server if required
import_tasks: restart.yml
tags: restart
- name: docker maintenance
import_tasks: docker.yml
tags: docker