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-05-31 12:51:41 +02:00

15 lines
318 B
YAML

---
- hosts: wsl-debian
vars:
username: mandlm
password: $6$hfdjshdfkajdsh$DRgmUOQfm9DnvSv.l.WuQJpextzBpX5BCbSncXTts5dHazvKRxj8qUYAjju2/AGZqKOt8PTLC7w9yRR68ZHCG1
become: yes
gather_facts: no
roles:
- update-packages
- user-account
- github-auth
- misc
- oh-my-zsh
- neovim