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
219 B
YAML
7 lines
219 B
YAML
---
|
|
dist_tag: f{{ ansible_distribution_version }}
|
|
base_pkgs_inst: ['iptables-services' ]
|
|
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
|
service_disabled: [ ]
|
|
service_enabled: ['auditd']
|
|
is_fedora: True
|