This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-machine-setup/wsl-debian.yaml
2020-06-21 19:58:45 +02:00

18 lines
360 B
YAML

---
- hosts: wsl-debian
vars:
username: mandlm
password: $6$hfdjshdfkajdsh$DRgmUOQfm9DnvSv.l.WuQJpextzBpX5BCbSncXTts5dHazvKRxj8qUYAjju2/AGZqKOt8PTLC7w9yRR68ZHCG1
dotfiles: "~/.dotfiles"
become: yes
roles:
- update-packages
- user-account
- github-auth
- dotfiles
- git
- tmux
- zsh
- neovim
- tools