dotfiles/ansible/roles/packages/tasks/defaults.yml
DeveloperDurp 0b2e89a703 update
2025-12-09 17:28:08 -06:00

35 lines
866 B
YAML

- name: install apt
include_tasks: "./scripts/install_apt.yml"
- name: install nix
include_tasks: "./scripts/install_nix.yml"
- name: install brew
include_tasks: "./scripts/install_brew.yml"
- name: install pacman
include_tasks: "./scripts/install_pacman.yml"
- name: install go apps
include_tasks: "./scripts/install_goapps.yml"
- name: install flatpak
include_tasks: "./scripts/install_flatpak.yml"
- name: configure systemd
include_tasks: "./scripts/configure_systemd.yml"
- name: configure groups
include_tasks: "./scripts/configure_groups.yml"
- name: configure qemu
include_tasks: "./scripts/configure_qemu.yml"
- name: configure bat
include_tasks: "./scripts/configure_bat.yml"
- name: trust internal certs
include_tasks: "./scripts/install_local_ca.yml"
- name: udev rules
include_tasks: "./scripts/install-udev-rules.yml"