remove non-wsl files
parent
0452a4ad97
commit
701a9d9a08
File diff suppressed because it is too large
Load Diff
|
@ -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
|
|
@ -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
|
Reference in New Issue