2022-12-14 17:43:16 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Install useful packages
|
|
|
|
include_tasks: "useful_packages.yml"
|
|
|
|
|
|
|
|
- name: Set up sudo (FreeBSD/OpenBSD)
|
|
|
|
include_tasks: "sudo.yml"
|
|
|
|
|
|
|
|
- name: Set up earlyoom (Debian)
|
2023-09-04 14:45:09 +02:00
|
|
|
include_tasks: "earlyoom.yml"
|
2022-12-14 17:43:16 +01:00
|
|
|
|
|
|
|
- name: Deploy update script
|
|
|
|
include_tasks: "update_script.yml"
|
|
|
|
|
|
|
|
- name: Deploy ZSH config to /etc/skel
|
|
|
|
include_tasks: "zsh_skel.yml"
|