mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-30 16:57:58 +00:00
playbooks: update for consistency
This commit is contained in:
parent
1ec3b83349
commit
cadb18e9bf
@ -40,18 +40,22 @@
|
||||
|
||||
- name: Install layered packages
|
||||
community.general.rpm_ostree_pkg:
|
||||
state: present
|
||||
name:
|
||||
- ansible
|
||||
- distrobox
|
||||
- borgmatic
|
||||
- gnome-boxes
|
||||
- kitty
|
||||
- neovim
|
||||
- openssl
|
||||
|
||||
# Making this usable for binging movies.
|
||||
- gstreamer1-plugin-openh264
|
||||
|
||||
# This is not a part of the base repos.
|
||||
- opentabletdriver
|
||||
- lazygit
|
||||
state: present
|
||||
tags:
|
||||
- base
|
||||
- system
|
||||
|
@ -22,14 +22,11 @@
|
||||
|
||||
- role: system/fonts
|
||||
tags:
|
||||
- base
|
||||
- system
|
||||
- desktop
|
||||
- i18n
|
||||
|
||||
- role: system/gnome
|
||||
tags:
|
||||
- base
|
||||
- system
|
||||
- desktop
|
||||
|
||||
- role: system/flatpak
|
||||
@ -59,8 +56,8 @@
|
||||
- atim/lazygit
|
||||
- peterwu/iosevka
|
||||
tags:
|
||||
- base
|
||||
- system
|
||||
- copr
|
||||
|
||||
# Package installations.
|
||||
- name: Install packages from enabled copr repositories
|
||||
@ -75,8 +72,8 @@
|
||||
- iosevka-slab-fonts
|
||||
- iosevka-etoile-fonts
|
||||
tags:
|
||||
- base
|
||||
- system
|
||||
- copr
|
||||
|
||||
- name: Install RPM development tools
|
||||
dnf:
|
||||
@ -84,6 +81,8 @@
|
||||
name:
|
||||
- rpm-build
|
||||
- go-rpm-macros
|
||||
tags:
|
||||
- dev
|
||||
|
||||
- name: Install web-related tools
|
||||
dnf:
|
||||
@ -101,6 +100,8 @@
|
||||
name:
|
||||
- copr-cli
|
||||
- dnf-plugins-core
|
||||
tags:
|
||||
- dev
|
||||
|
||||
- name: Install the extensions
|
||||
dnf:
|
||||
@ -122,3 +123,5 @@
|
||||
- ansible
|
||||
- ansible-collection-community-general
|
||||
- python3-psutil
|
||||
tags:
|
||||
- dev
|
||||
|
Loading…
Reference in New Issue
Block a user