Description of problem: I would like to run the command like "firewall-cmd --new-ipset=foobar --permanent --type=hash:ip" in a playbook rather than using a command module. Version-Release number of selected component (if applicable): I believe it doesn't depend on the RHEL version actually, but I set RHEL 8.6 as the latest version. How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: I searched the ansible.posix.firewalld module as well but it doesn't have a feature to create the ipset.
Also requested for RHEL 9
Can someone check out and try the proposed PR https://github.com/linux-system-roles/firewall/pull/166 ?