Commit 04703954 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Rafael Monnerat

playbook/re6stnet-install: Forcibly remove firewalld for Suse

The firewall which comes with Suse by default leads to not working re6stnet
connectivity, so drop it.
parent e0a935f5
---
- name: Unistall firewalld on OpenSuse Leap 15
zypper: name=firewalld state=absent
when: ansible_os_family == "Suse" and ansible_distribution_major_version == "15"
- name: Check if configuration already exists
stat: path=/etc/re6stnet/re6stnet.conf
register: re6stnet_conf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment