bootstrap: pkg dict, custom facts
This commit is contained in:
parent
bd0f479b76
commit
024b6f8c9f
2 changed files with 63 additions and 65 deletions
|
@ -1,12 +1,25 @@
|
|||
---
|
||||
DEFAULT_PKGS:
|
||||
- sudo
|
||||
- vim
|
||||
- vim-default-editor
|
||||
UNWANTED_PKGS:
|
||||
bootstrap_default_pkgs:
|
||||
common:
|
||||
- sudo
|
||||
- vim
|
||||
RedHat:
|
||||
- python3-rpm
|
||||
- python3-dnf
|
||||
AlmaLinux: &CENT
|
||||
- epel-release
|
||||
- python3-rpm
|
||||
- python3-dnf
|
||||
Rocky: *CENT
|
||||
Fedora:
|
||||
- vim-default-editor
|
||||
- kitty-terminfo
|
||||
|
||||
# removal assumes no need to sort by os_family, unlike the installation requests
|
||||
bootstrap_unwanted_pkgs:
|
||||
- earlyoom
|
||||
- power-profiles-daemon
|
||||
- nano
|
||||
- nano-default-editor
|
||||
- nano
|
||||
- systemd-oomd-defaults
|
||||
- zram-generator-defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue