mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-25 14:31:56 +08:00
8 lines
226 B
YAML
8 lines
226 B
YAML
---
|
|
dist_tag: f{{ ansible_distribution_version }}
|
|
base_pkgs_inst: ['iptables-services', 'ntp' ]
|
|
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
|
service_disabled: [ ]
|
|
service_enabled: ['auditd']
|
|
is_fedora: True
|