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

24 lines
387 B
YAML

# vim: ft=yaml.ansible
---
- name: Configure system base
import_tasks: base.yml
- name: Configure updates
import_tasks: updates.yml
- name: Configure firewall
import_tasks: firewall.yml
- name: Configure SSH
import_tasks: ssh.yml
- name: Reboot if needed
import_tasks: reboot.yml
tags:
- reboot
- name: Configure disks
import_tasks: disks.yml
tags:
- reboot