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

28 lines
583 B
YAML
Raw Normal View History

2022-12-02 19:25:29 +00:00
- name: Setup system
hosts: self
roles:
2023-01-23 09:10:48 +00:00
- role: system
2023-01-23 13:02:52 +00:00
tags: [system]
2023-01-23 09:10:48 +00:00
- role: bash
2023-01-23 13:02:52 +00:00
tags: [bash, os3]
2023-01-23 09:10:48 +00:00
- role: alacritty
2023-01-23 13:02:52 +00:00
tags: [alacritty, os3]
2023-01-23 09:10:48 +00:00
- role: wireguard
2023-01-23 13:02:52 +00:00
tags: [wireguard]
2023-01-23 09:10:48 +00:00
- role: asdf
2023-01-23 13:02:52 +00:00
tags: [asdf]
2023-01-23 09:10:48 +00:00
- role: neovim
2023-01-23 13:02:52 +00:00
tags: [neovim, os3]
2023-01-23 09:10:48 +00:00
- role: signal
2023-01-23 13:02:52 +00:00
tags: [signal, os3]
2023-01-23 09:10:48 +00:00
- role: virtualbox
2023-01-23 13:02:52 +00:00
tags: [virtualbox]
2023-01-23 09:10:48 +00:00
- role: vscodium
2023-01-23 13:02:52 +00:00
tags: [vscodium, os3]
2023-01-23 09:10:48 +00:00
- role: syncthing
2023-01-23 13:02:52 +00:00
tags: [syncthing]
2023-01-23 09:10:48 +00:00
- role: strawberry
2023-01-23 13:02:52 +00:00
tags: [strawberry]
2023-01-23 09:10:48 +00:00
- role: nicotine
2023-01-23 13:02:52 +00:00
tags: [nicotine]