37 lines
961 B
YAML
37 lines
961 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- prepare
|
|
- systemd-boot
|
|
- ubuntu
|
|
- desktop
|
|
- lightdm
|
|
- dwm
|
|
- dev-java
|
|
- autofs
|
|
- prusa-slicer
|
|
- docker
|
|
- laptop
|
|
- backup
|
|
- gaming
|
|
|
|
# - ego
|
|
# - dev-flutter
|
|
# - virtual
|
|
# - terraform
|
|
- postinstall
|
|
vars:
|
|
desktop_src_dir: "{{ ansible_user_dir }}/src/desktop"
|
|
arch_src_dir: "{{ ansible_user_dir }}/src/arch"
|
|
git_repos:
|
|
ssh:
|
|
dwm: ssh://git@git.grondek.dev:2222/pgrondek/dwm.git
|
|
dotfiles: ssh://git@git.grondek.dev:2222/pgrondek/dotfiles.git
|
|
polybar: ssh://git@git.grondek.dev:2222/pgrondek/polybar-dwm.git
|
|
st: ssh://git@git.grondek.dev:2222/pgrondek/stterm.git
|
|
https:
|
|
dwm: https://git.grondek.dev/pgrondek/dwm.git
|
|
dotfiles: https://git.grondek.dev/pgrondek/dotfiles.git
|
|
polybar: https://git.grondek.dev/pgrondek/polybar-dwm.git
|
|
st: https://git.grondek.dev/pgrondek/stterm.git
|