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

18 lines
292 B
YAML
Raw Normal View History

2022-12-22 19:18:27 +00:00
---
- name: Configure system packages
2022-12-22 22:34:09 +00:00
import_tasks: pkgs.yml
2022-12-22 19:18:27 +00:00
2022-12-23 14:54:29 +00:00
- name: Configure updates
import_tasks: updates.yml
2022-12-22 19:18:27 +00:00
- name: Configure firewall
2022-12-23 14:54:29 +00:00
import_tasks: firewall.yml
2022-12-22 19:18:27 +00:00
- name: Configure SSH
2022-12-22 22:34:09 +00:00
import_tasks: ssh.yml
- name: Configure disks
import_tasks: disks.yml
tags:
- boot