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

29 lines
606 B
YAML

- name: Setup system
hosts: self
roles:
- 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]
vars:
syncthing_profile: "laptop"
- role: strawberry
tags: [strawberry]
- role: nicotine
tags: [nicotine]