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/setup.yml

31 lines
591 B
YAML
Raw Normal View History

2022-12-02 19:25:29 +00:00
- name: Setup system
hosts: self
2022-12-02 19:25:29 +00:00
roles:
2023-01-23 09:10:48 +00:00
- role: system
2023-01-23 13:02:52 +00:00
tags: [system]
2023-02-20 22:12:23 +00:00
- role: i3
tags: [i3]
2023-01-23 09:10:48 +00:00
- role: bash
2023-02-11 18:27:38 +00:00
tags: [bash]
2023-01-23 09:10:48 +00:00
- role: alacritty
2023-02-11 18:27:38 +00:00
tags: [alacritty]
2023-06-12 13:05:00 +00:00
- role: neovim
tags: [neovim]
2023-02-22 21:04:05 +00:00
- role: keepassxc
tags: [keepassxc]
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: signal
2023-02-11 18:27:38 +00:00
tags: [signal]
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-02-11 18:27:38 +00:00
tags: [vscodium]
2023-01-23 09:10:48 +00:00
- role: nicotine
2023-01-23 13:02:52 +00:00
tags: [nicotine]
2023-06-11 22:17:10 +00:00
- role: strawberry
tags: [strawberry]