More Packages
This commit is contained in:
parent
2a030b639b
commit
600fe4db82
2 changed files with 34 additions and 27 deletions
|
|
@ -5,17 +5,13 @@
|
||||||
ansible.builtin.rpm_key:
|
ansible.builtin.rpm_key:
|
||||||
key: "{{ item }}"
|
key: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items: "{{ rpmfusion_keys }}"
|
||||||
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020"
|
|
||||||
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020"
|
|
||||||
|
|
||||||
- name: install the rpmfusion repo packages
|
- name: install the rpmfusion repo packages
|
||||||
dnf:
|
dnf:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items: "{{ rpmfusion_repos }}"
|
||||||
- http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm
|
|
||||||
- http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ ansible_distribution_major_version }}.noarch.rpm
|
|
||||||
|
|
||||||
|
|
||||||
- name: Remove unnecassary packages
|
- name: Remove unnecassary packages
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,14 @@
|
||||||
---
|
---
|
||||||
# vars file for fedora
|
# vars file for fedora
|
||||||
|
|
||||||
|
rpmfusion_keys:
|
||||||
|
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020"
|
||||||
|
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020"
|
||||||
|
|
||||||
|
rpmfusion_repos:
|
||||||
|
- http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm
|
||||||
|
- http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ ansible_distribution_major_version }}.noarch.rpm
|
||||||
|
|
||||||
rem_packages:
|
rem_packages:
|
||||||
- gnome-tour
|
- gnome-tour
|
||||||
- mediawriter
|
- mediawriter
|
||||||
|
|
@ -19,27 +27,30 @@ packages:
|
||||||
- kitty
|
- kitty
|
||||||
- flatpak
|
- flatpak
|
||||||
- ptyxis
|
- ptyxis
|
||||||
|
- exa
|
||||||
|
|
||||||
flatpaks:
|
flatpaks:
|
||||||
- com.vscodium.codium
|
- com.vscodium.codium
|
||||||
- com.nextcloud.desktopclient.nextcloud
|
- com.nextcloud.desktopclient.nextcloud
|
||||||
- com.logseq.Logseq
|
- com.logseq.Logseq
|
||||||
- org.keepassxc.KeePassXC
|
- org.keepassxc.KeePassXC
|
||||||
- re.sonny.Eloquent
|
- re.sonny.Eloquent
|
||||||
- org.gnome.gitlab.somas.Apostrophe
|
- org.gnome.gitlab.somas.Apostrophe
|
||||||
- io.github.flattool.Ignition
|
- io.github.flattool.Ignition
|
||||||
- org.torproject.torbrowser-launcher
|
- org.torproject.torbrowser-launcher
|
||||||
- io.github.ungoogled_software.ungoogled_chromium
|
- io.github.ungoogled_software.ungoogled_chromium
|
||||||
- com.jeffser.Alpaca
|
- com.jeffser.Alpaca
|
||||||
- com.github.johnfactotum.Foliate
|
- com.github.johnfactotum.Foliate
|
||||||
- net.nokyan.Resources
|
- net.nokyan.Resources
|
||||||
- io.github.dvlv.boxbuddyrs
|
- io.github.dvlv.boxbuddyrs
|
||||||
- org.gnome.World.PikaBackup
|
- org.gnome.World.PikaBackup
|
||||||
- net.mullvad.MullvadBrowser
|
- net.mullvad.MullvadBrowser
|
||||||
- io.github.celluloid_player.Celluloid
|
- io.github.celluloid_player.Celluloid
|
||||||
- io.bassi.Amberol
|
- io.bassi.Amberol
|
||||||
- org.gnome.Evolution
|
- org.gnome.Evolution
|
||||||
- dev.qwery.AddWater
|
- dev.qwery.AddWater
|
||||||
- dev.deedles.Trayscale
|
- dev.deedles.Trayscale
|
||||||
|
- com.mattjakeman.ExtensionManager
|
||||||
|
- com.github.tchx84.Flatseal
|
||||||
|
- dev.heppen.webapps
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue