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

23 lines
400 B
YAML
Raw Normal View History

2022-12-02 19:25:29 +00:00
- name: Setup system
hosts: self
roles:
- system
vars:
my_roles:
2023-01-15 14:00:38 +00:00
- bash
- alacritty
2023-01-09 18:43:01 +00:00
- wireguard
2023-01-15 14:00:38 +00:00
- 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