46 lines
532 B
YAML
46 lines
532 B
YAML
---
|
|
__environment_packages:
|
|
redhat_7:
|
|
- nfs-utils
|
|
- tar
|
|
- zip
|
|
- git
|
|
- httpd-tools
|
|
- net-tools
|
|
- deltarpm
|
|
|
|
redhat_8:
|
|
- nfs-utils
|
|
- python36
|
|
- tar
|
|
- zip
|
|
- git
|
|
- httpd-tools
|
|
- python3-libsemanage
|
|
- tree
|
|
- wget
|
|
- net-tools
|
|
|
|
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
|
|
|
|
|
|
...
|