remove non-wsl files

pull/1/head
Andrew Coleman 2019-07-09 14:50:39 -04:00
parent 0452a4ad97
commit 701a9d9a08
3 changed files with 0 additions and 1521 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
export MINIKUBE_MEMORY=4096
export MINIKUBE_WANTUPDATENOTIFICATION=true
export MINIKUBE_WANTREPORTERRORPROMPT=false
export MINIKUBE_WANTKUBECTLDOWNLOADMSG=false
export MINIKUBE_HOME=$HOME
export MINIKUBE_DRIVER=kvm2
export CHANGE_MINIKUBE_NONE_USER=true

View File

@ -1,21 +0,0 @@
---
- name: linux desktop 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
- include_role:
name: linux-desktop
- include_role:
name: libvirt