ansible/vars/RedHat.yml
Miroslav Suchý e75435f0b3 RHEL8 cloud image does not have iptables-services installed
addressing:
TASK [base : iptables service enabled] **********************************************************************************
Thursday 05 March 2020  14:48:13 +0000 (0:00:02.733)       0:00:56.244 ********
fatal: [retrace-stg.aws.fedoraproject.org]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": false, "msg": "Could not find the requested service iptables: host"}
2020-04-24 21:34:26 +02:00

7 lines
232 B
YAML

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