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)
7 lines
189 B
YAML
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
|