This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/playbooks/all.yml
2023-01-15 15:00:38 +01:00

22 lines
400 B
YAML

- name: Setup system
hosts: self
roles:
- system
vars:
my_roles:
- bash
- alacritty
- wireguard
- asdf
- neovim
- signal
- virtualbox
- vscodium
- syncthing
- strawberry
- nicotine
tasks:
- include_tasks: "../library/rescue_role.yml"
loop: "{{ my_roles }}"
loop_control:
loop_var: item_my_role