Tanguy Herbron f983f9f2ed feat: Align configuration and Makefile
This contains a lot of changes, including better system configuration for some issues discovered during testing, and minor tweaking for better user experience when doing maintenance
2025-03-22 19:26:04 +01:00

22 lines
415 B
YAML

---
- name: Configure and harden SSH
import_tasks: ./ssh.yml
become: yes
- name: Configure journalctl
import_tasks: ./journalctl.yml
become: yes
- name: Miscellaneous operations
import_tasks: ./misc.yml
become: yes
- name: Firmware modifications
import_tasks: ./firmware_control.yml
become: yes
- name: Install OpenMediaVault
import_tasks: ./omv.yaml
become: yes
when: is_nas|bool == true