Compare commits

..

No commits in common. "9d0af474b744e137d31e230e2da934d02d40932f" and "fbfdaf600051a9dce09408efea40da5e4cfb5a81" have entirely different histories.

6 changed files with 3 additions and 32 deletions

View file

@ -35,7 +35,6 @@
become: yes
community.general.pacman:
name:
- autorandr
- bash-completion
- bind
- bluez

View file

@ -11,7 +11,6 @@
become: yes
apt:
pkg:
- autorandr
- vim-gtk3
- htop
- tmux
@ -55,3 +54,4 @@
pkg:
- redshift
- picom

View file

@ -1,6 +1,5 @@
---
- name: install libvirt packages [Ubuntu]
when: ansible_distribution == "Ubuntu"
- name: install libvirt packages
become: yes
apt:
update_cache: yes
@ -12,26 +11,9 @@
- libvirt-clients
- bridge-utils
- name: install libvirt packages [Arch]
become: yes
community.general.pacman:
name:
- kvm
- qemu-full
- libvirt
- virt-manager
- virt-viewer
- name: ensure that your user is added to the group libvirtd
become: yes
user:
name: "{{ ansible_user_id }}"
append: yes
groups: libvirt, kvm
- name: enable default network
become: yes
shell:
cmd:
virsh net-autostart default
virsh net-start default

View file

@ -1,6 +0,0 @@
---
- name: install IntelliJ [AUR]
shell:
cmd:
yay -S --needed --noconfirm \
intellij-idea-ultimate-edition

View file

@ -1,8 +1,4 @@
---
- import_tasks: libvirt.yml
- import_tasks: looking-glass-compile.yml
when: ansible_distribution == "Ubuntu"
- import_tasks: looking-glass-arch.yml
when: ansible_distribution == "Archlinux"
- import_tasks: looking-glass.yml