UbuntuDesktopConfigure/roles/base/tasks/main.yml

76 lines
1.4 KiB
YAML
Raw Normal View History

2024-07-14 08:20:25 +02:00
- name: Install packages
become: yes
package:
name:
- screen
2024-07-14 08:20:25 +02:00
- git
- nano
- tmux
- rsync
- htop
- python3
2024-07-14 08:33:03 +02:00
- python3-pip
2024-07-14 08:20:25 +02:00
- build-essential
2024-07-14 08:33:03 +02:00
- fail2ban
state: present
2024-07-14 08:20:25 +02:00
- name: Install GNOME3 Desktop with extensions
become: yes
package:
2024-07-14 08:33:03 +02:00
name:
2024-07-14 08:20:25 +02:00
- ubuntu-desktop
- task-gnome-desktop
- gnome-shell-extensions
- flatpak
2024-07-14 08:33:03 +02:00
state: present
2024-07-14 08:20:25 +02:00
- name: Install GUI apps
become: yes
package:
2024-07-14 08:33:03 +02:00
name:
2024-07-14 08:20:25 +02:00
- terminator
- gimp
- snapd
- openconnect
- network-manager-openconnect
- network-manager-openconnect-gnome
- calibre
- transmission-gtk
2024-07-14 08:33:03 +02:00
state: present
2024-07-14 08:20:25 +02:00
- name: Install flatpaks
become: yes
community.general.flatpak:
name: https://dl.flathub.org/repo/appstream/com.spotify.Client.flatpakref
2024-07-14 08:20:25 +02:00
state: present
2024-07-14 15:22:14 +02:00
- name: Install Steam snap
2024-07-14 08:20:25 +02:00
become: yes
community.general.snap:
name:
- steam
2024-07-14 15:22:14 +02:00
- code
state: present
2024-07-14 15:22:14 +02:00
- name: Install Codium snap
become: yes
community.general.snap:
name:
- code
classic: true
2024-07-14 08:33:03 +02:00
state: present
2024-07-14 08:20:25 +02:00
- name: Install Chrome
become: yes
2024-07-14 15:22:14 +02:00
tags: chrome
2024-07-14 08:20:25 +02:00
apt:
deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- name: Install fastfetch
become: yes
tags: fastfetch
apt:
deb: https://github.com/fastfetch-cli/fastfetch/releases/download/2.18.1/fastfetch-linux-amd64.deb