This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
pi-ansible/roles/os_config/tasks/main.yml
2022-12-22 23:34:09 +01:00

15 lines
232 B
YAML

---
- name: Configure system packages
import_tasks: pkgs.yml
- name: Configure firewall
import_tasks: ufw.yml
- name: Configure SSH
import_tasks: ssh.yml
- name: Configure disks
import_tasks: disks.yml
tags:
- boot