We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User should be able to set the default mode on the firewalld zone. Something like this:
- name: firewalld | Checking firewalld target policy command: "/usr/bin/firewall-cmd --zone public --get-target --permanent" changed_when: firewalld_public_policy.stdout != 'DROP' register: firewalld_public_policy - name: firewalld | Enforce drop policy on firewall public zone command: "/usr/bin/firewall-cmd --zone public --set-target DROP --permanent" when: firewalld_public_policy.stdout != 'DROP' notify: - firewalld_reload
The text was updated successfully, but these errors were encountered:
greg-hellings
No branches or pull requests
User should be able to set the default mode on the firewalld zone. Something like this:
The text was updated successfully, but these errors were encountered: