simplify playbook

This commit is contained in:
Pim Kunis 2023-01-23 10:10:48 +01:00
parent 4ba31e275d
commit 88709a460e
4 changed files with 25 additions and 27 deletions

View file

@ -1,9 +1,27 @@
- name: Setup system
hosts: self
roles:
- system
tasks:
- include_tasks: "../library/rescue_role.yml"
loop: "{{ enable_roles }}"
loop_control:
loop_var: item_my_role
- role: system
tags: system
- role: bash
tags: bash
- role: alacritty
tags: alacritty
- role: wireguard
tags: wireguard
- role: asdf
tags: asdf
- role: neovim
tags: neovim
- role: signal
tags: signal
- role: virtualbox
tags: virtualbox
- role: vscodium
tags: vscodium
- role: syncthing
tags: syncthing
- role: strawberry
tags: strawberry
- role: nicotine
tags: nicotine