stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firewalld missing from common groups

sjpb opened this issue · comments

The everything template defines:

[fail2ban:children]
# Hosts to install fail2ban on to protect SSH
login

[firewalld:children]
# Hosts to install firewalld on
fail2ban

Both of these groups are empty in common/inventory/groups. However this should define the firewalld group so that only fail2ban needs to be defined, as firewalld is a requirement for fail2ban nodes.