UbuntuDesktopConfigure/roles/base/tasks/main.yml

59 lines
1.1 KiB
YAML
Raw Normal View History

2024-07-14 08:20:25 +02:00
- name: Install packages
become: yes
package:
name:
- 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
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
- flatpak
- gnome-shell-extensions
- gimp
- snapd
- openconnect
- network-manager-openconnect
- network-manager-openconnect-gnome
- calibre
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://s3.amazonaws.com/alexlarsson/spotify-repo/spotify.flatpakref
state: present
- name: Install snaps
become: yes
community.general.snap:
name:
- steam
2024-07-14 08:33:03 +02:00
state: present
2024-07-14 08:20:25 +02:00
- name: Install Chrome
become: yes
apt:
deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb