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

19 lines
315 B
YAML

# vim: ft=yaml.ansible
---
- name: Configure system packages
import_tasks: pkgs.yml
- name: Configure updates
import_tasks: updates.yml
- name: Configure firewall
import_tasks: firewall.yml
- name: Configure SSH
import_tasks: ssh.yml
- name: Configure disks
import_tasks: disks.yml
tags:
- boot