diff --git a/.gitmodules b/.gitmodules index 0d858a3..9f15576 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "roles/xrandr"] path = roles/xrandr url = https://github.com/chaos-bodensee/role-xrandr.git +[submodule "roles/winehq"] + path = roles/winehq + url = https://github.com/ekultails/ansible_role_wine.git diff --git a/host_vars/l460.yml b/host_vars/l460.yml index e80b715..6295109 100644 --- a/host_vars/l460.yml +++ b/host_vars/l460.yml @@ -19,5 +19,6 @@ accounts: - lilian akku_user: "lilian" - +wine_user: "lilian" +wine_user_home: "/home/lilian" copy_to_user: "{{ akku_user }}" diff --git a/roles/winehq b/roles/winehq new file mode 160000 index 0000000..8bb4fb8 --- /dev/null +++ b/roles/winehq @@ -0,0 +1 @@ +Subproject commit 8bb4fb8d6a8cac0116f14de0a598f42e18d6476f diff --git a/setup_l460.yml b/setup_l460.yml index 110efda..64f0d79 100644 --- a/setup_l460.yml +++ b/setup_l460.yml @@ -83,4 +83,11 @@ roles: - arch-fonts - +- name: install winehq + hosts: l460 + become: true + tags: + - wine + - winehq + roles: + - winehq