pve/vars/baseos_lab/environment_packages.yml

25 lines
268 B
YAML

---
__environment_packages:
centos_9:
- nfs-utils
- python3
- tar
- zip
- git
- httpd-tools
- tree
- wget
- net-tools
debian_11:
- nfs-common
- python3
- tar
- zip
- git
- apache2-utils
- tree
...