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

22 lines
413 B
YAML
Raw Normal View History

2023-02-11 18:27:38 +00:00
- name: Setup system
hosts: self
roles:
- role: system
tags: [system]
2023-02-20 22:29:17 +00:00
- role: i3
tags: [i3]
2023-02-11 18:27:38 +00:00
- role: bash
tags: [bash]
- role: alacritty
tags: [alacritty]
- role: neovim
tags: [neovim]
- role: signal
tags: [signal]
- role: vscodium
tags: [vscodium]
- role: syncthing
tags: [syncthing]
vars:
syncthing_profile: "os3"