Skip to content

Commit

Permalink
[ferm] Change default iptables backend to 'legacy'
Browse files Browse the repository at this point in the history
(cherry picked from commit 0ec2812)
  • Loading branch information
drybjed committed Nov 29, 2021
1 parent 5ffeea6 commit 433c3f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ Continuous Integration
change. You might need to update your Ansible inventory to select
the correct backend.

- The default backend for :command:`iptables` is changed to ``legacy`` on newer
OS releases, because `there's no plans`__ to support :command:`nftables`
backend by the :command:`ferm` project. You might want to check if the
firewall configuration is correctly applied after running the role against
already configured hosts.

.. __: https://github.com/MaxKellermann/ferm/issues/47

:ref:`debops.pki` role
''''''''''''''''''''''

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/ferm/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ferm__iptables_backend_enabled: '{{ False
#
# Ferm does not support nftables backend, therefore the legacy variant is
# enabled by default.
ferm__iptables_backend_type: 'nft'
ferm__iptables_backend_type: 'legacy'

# ]]]
# .. envvar:: ferm__base_packages [[[
Expand Down

0 comments on commit 433c3f2

Please sign in to comment.