More packages
parent
e1782e40fd
commit
d4b1cf2c3e
|
@ -57,8 +57,11 @@
|
|||
- git-email
|
||||
- git-publish
|
||||
- isync
|
||||
- rclone
|
||||
- rclone-browser
|
||||
- ripgrep
|
||||
- ShellCheck
|
||||
- VirtualBox
|
||||
- zoxide
|
||||
# ansible
|
||||
- ansible # should already be available
|
||||
|
@ -72,6 +75,8 @@
|
|||
- name: Install main packages
|
||||
package:
|
||||
name:
|
||||
- audacity
|
||||
- calibre
|
||||
- discord
|
||||
- firefox
|
||||
- google-chrome-stable
|
||||
|
@ -89,6 +94,9 @@
|
|||
- name: Install zoom
|
||||
import_tasks: packages/zoom.yml
|
||||
|
||||
- name: Install veracrypt
|
||||
import_tasks: packages/veracrypt.yml
|
||||
|
||||
- name: Configure flatpak flathub remote
|
||||
community.general.flatpak_remote:
|
||||
name: flathub
|
||||
|
@ -103,5 +111,6 @@
|
|||
- com.obsproject.Studio
|
||||
- com.spotify.Client
|
||||
- md.obsidian.Obsidian
|
||||
- net.cozic.joplin_desktop
|
||||
- org.gnome.Solanum
|
||||
state: present
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Add signing key
|
||||
rpm_key:
|
||||
key: https://www.idrix.fr/VeraCrypt/VeraCrypt_PGP_public_key.asc
|
||||
state: present
|
||||
|
||||
- name: Install veracrypt
|
||||
dnf:
|
||||
name: 'https://launchpad.net/veracrypt/trunk/1.25.4/+download/veracrypt-1.25.4-CentOS-8-x86_64.rpm'
|
||||
state: present
|
Loading…
Reference in New Issue