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-26 01:39:55 +01:00

21 lines
332 B
YAML

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