fixed package names
This commit is contained in:
parent
ca8706011d
commit
acd609d65b
@ -2,27 +2,31 @@
|
|||||||
become: yes
|
become: yes
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- openssh-server
|
|
||||||
- git
|
- git
|
||||||
- nano
|
- nano
|
||||||
- tmux
|
- tmux
|
||||||
- rsync
|
- rsync
|
||||||
- htop
|
- htop
|
||||||
- python3
|
- python3
|
||||||
- python-pip
|
- python3-pip
|
||||||
- build-essential
|
- build-essential
|
||||||
|
- fail2ban
|
||||||
|
state: present
|
||||||
|
|
||||||
|
|
||||||
- name: Install GNOME3 Desktop with extensions
|
- name: Install GNOME3 Desktop with extensions
|
||||||
become: yes
|
become: yes
|
||||||
package:
|
package:
|
||||||
|
name:
|
||||||
- ubuntu-desktop
|
- ubuntu-desktop
|
||||||
- task-gnome-desktop
|
- task-gnome-desktop
|
||||||
- gnome-shell-extensions
|
- gnome-shell-extensions
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install GUI apps
|
- name: Install GUI apps
|
||||||
become: yes
|
become: yes
|
||||||
package:
|
package:
|
||||||
|
name:
|
||||||
- terminator
|
- terminator
|
||||||
- flatpak
|
- flatpak
|
||||||
- gnome-shell-extensions
|
- gnome-shell-extensions
|
||||||
@ -32,6 +36,7 @@
|
|||||||
- network-manager-openconnect
|
- network-manager-openconnect
|
||||||
- network-manager-openconnect-gnome
|
- network-manager-openconnect-gnome
|
||||||
- calibre
|
- calibre
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install flatpaks
|
- name: Install flatpaks
|
||||||
become: yes
|
become: yes
|
||||||
@ -45,6 +50,7 @@
|
|||||||
community.general.snap:
|
community.general.snap:
|
||||||
name:
|
name:
|
||||||
- steam
|
- steam
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install Chrome
|
- name: Install Chrome
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user