More packages

main
earnest ma 2022-01-28 15:03:50 -05:00
parent e1782e40fd
commit d4b1cf2c3e
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 19 additions and 0 deletions

View File

@ -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

View File

@ -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