ansible/vars/CentOS.yml
Michael Scherer 189260776c Move ntp setup in a role
Since base install ntp on all platforms, we can skip the vars
and place it by default (next step is to convert the
few playbooks duplicating the role)
2016-04-16 17:47:36 +00:00

7 lines
189 B
YAML

---
dist_tag: el{{ ansible_distribution_version[0] }}
base_pkgs_inst: []
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail']
service_disabled: []
service_enabled: []
is_rhel: True