This repository has been archived on 2019-07-18. You can view files and clone it, but cannot push or open issues/pull-requests.
wsl-ansible-playbooks/wsl-playbook.yaml

18 lines
332 B
YAML

---
- name: wsl setup
hosts: all
become: yes
become_user: root
become_method: sudo
gather_facts: False
vars:
ansible_connection: local
ansible_python_interpreter: /usr/bin/python3
tasks:
- include_role:
name: dev-tools
- include_role:
name: docker
- include_role:
name: k8s