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:17:10 +02:00

14 lines
300 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
- misc
- oh-my-zsh
- neovim