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