Copy the rhel vars over to centos also
This commit is contained in:
parent
d506b39696
commit
c29d15a20d
1 changed files with 7 additions and 0 deletions
7
vars/CentOS.yml
Normal file
7
vars/CentOS.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
dist_tag: el{{ ansible_distribution_version[0] }}
|
||||
base_pkgs_inst: [ 'ntp' ]
|
||||
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail']
|
||||
service_disabled: []
|
||||
service_enabled: []
|
||||
is_rhel: True
|
Loading…
Add table
Add a link
Reference in a new issue