ansible-desktop/localhost.yml

37 lines
960 B
YAML
Raw Normal View History

2020-07-01 11:45:11 +00:00
---
- hosts: localhost
roles:
2024-05-07 22:57:19 +00:00
- prepare
- systemd-boot
- ubuntu
2024-05-07 23:37:02 +00:00
- desktop
2024-05-11 10:21:13 +00:00
- lightdm
2024-05-07 23:37:02 +00:00
- dwm
2024-05-07 22:57:19 +00:00
- dev-java
- autofs
2024-05-07 23:37:02 +00:00
- prusa-slicer
2024-05-07 22:57:19 +00:00
- docker
- laptop
- backup
- gaming
2024-08-15 22:47:19 +00:00
- virtual
2023-08-26 21:57:26 +00:00
2024-05-07 22:57:19 +00:00
# - ego
2023-10-25 21:55:30 +00:00
# - dev-flutter
2023-08-26 21:57:26 +00:00
# - terraform
2024-05-08 00:22:00 +00:00
- postinstall
vars:
2023-08-26 21:57:26 +00:00
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