You've already forked ansible-linux-infra
initial commit
This commit is contained in:
17
roles/base_os/vars/RedHat.yml
Normal file
17
roles/base_os/vars/RedHat.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
base_os_packages:
|
||||
- vim-enhanced
|
||||
- chrony
|
||||
- audit
|
||||
- policycoreutils-python-utils
|
||||
- firewalld
|
||||
- rsyslog
|
||||
- sudo
|
||||
base_os_unwanted_packages:
|
||||
- sendmail
|
||||
- telnet
|
||||
- rsh
|
||||
- ypbind
|
||||
- tftp
|
||||
base_os_chrony_config_path: /etc/chrony.conf
|
||||
base_os_chrony_service_name: chronyd
|
||||
Reference in New Issue
Block a user