ansible-desktop/roles/desktop/tasks/arch.yml

105 lines
1.9 KiB
YAML
Raw Normal View History

2023-08-26 21:57:26 +00:00
---
- name: install basic system
become: yes
community.general.pacman:
name:
- btrfs-progs
- cronie
2023-10-23 22:14:11 +00:00
- dhcpcd
2023-08-26 21:57:26 +00:00
- efibootmgr
- grub
- xorg-xinit
- polkit-gnome
2023-08-26 21:57:26 +00:00
- lightdm
- lightdm-gtk-greeter
- pipewire
- pipewire-alsa
- pipewire-audio
- helvum
- name: "Enable service"
become: yes
ansible.builtin.systemd:
name: lightdm
state: started
enabled: yes
- name: "Enable service"
become: yes
ansible.builtin.systemd:
name: cronie
state: started
enabled: yes
2023-08-26 21:57:26 +00:00
- name: install terminal packages [Arch]
become: yes
community.general.pacman:
name:
- bind
- bluez
- brightnessctl
2023-08-26 21:57:26 +00:00
- graphviz
- htop
- imagemagick
2023-08-26 21:57:26 +00:00
- net-tools
- neofetch
2023-08-26 22:35:20 +00:00
- networkmanager
2023-08-26 21:57:26 +00:00
- screen
- tmux
- traceroute
- vim
- name: install terminal packages [AUR]
shell:
cmd:
yay -S --needed --noconfirm \
epson-inkjet-printer-escpr
pm-utils
- name: install gui packages
become: yes
community.general.pacman:
name:
- file-roller
2023-08-26 21:57:26 +00:00
- flameshot
- gnome-backgrounds
- gnome-themes-extra
2023-08-26 21:57:26 +00:00
- gsimplecal
2023-10-23 22:14:11 +00:00
- network-manager-applet
2023-08-26 22:35:20 +00:00
- nm-connection-editor
2023-08-26 21:57:26 +00:00
- numlockx
- pavucontrol
- pasystray
- picom
- redshift
- xdotool
- xorg-xkill
- xorg-xwininfo
- name: Install some fonts
become: yes
community.general.pacman:
name:
- ttf-dejavu
- ttf-font-awesome
- ttf-ubuntu-font-family
2023-08-26 21:57:26 +00:00
2023-08-26 22:35:20 +00:00
- name: "Enable network manager"
become: yes
ansible.builtin.systemd:
name: NetworkManager.service
state: started
enabled: yes
2023-08-26 21:57:26 +00:00
- name: install flatpak
become: yes
community.general.pacman:
name:
- flatpak
- name: install the smile emoji picker
community.general.flatpak:
state: present
name: it.mijorus.smile