Copy the rhel vars over to centos also

This commit is contained in:
Kevin Fenzi 2015-06-26 16:33:14 +00:00
parent d506b39696
commit c29d15a20d

7
vars/CentOS.yml Normal file
View 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