install package
This commit is contained in:
parent
2cdfcb5ae7
commit
06fa9a3403
35
inst-package.yml
Normal file
35
inst-package.yml
Normal file
@ -0,0 +1,35 @@
|
||||
- name: install epel-release
|
||||
yum:
|
||||
state: installed
|
||||
name:
|
||||
- epel-release
|
||||
|
||||
#- name: active repo PowerTools
|
||||
# replace:
|
||||
# path: /etc/yum.repos.d/CentOS-Stream-PowerTools.repo
|
||||
# regexp: 'enabled=0'
|
||||
# replace: 'enabled=1'
|
||||
|
||||
- name: install package
|
||||
yum:
|
||||
state: installed
|
||||
name:
|
||||
# - epel-release
|
||||
- vim
|
||||
- rsync
|
||||
- lsof
|
||||
- man
|
||||
- mlocate
|
||||
- mutt
|
||||
- mailx
|
||||
- wget
|
||||
- bind-utils
|
||||
- yum-utils
|
||||
- dnf-utils
|
||||
- bash-completion
|
||||
# - postfix-perl-scripts
|
||||
- cifs-utils
|
||||
- htop
|
||||
- git
|
||||
- tar
|
||||
- unzip
|
||||
Loading…
x
Reference in New Issue
Block a user