Tip

Check out the repository on GitHub

2 - Basic

Documentation


Basics

Running

These modules support check-mode and can show you the difference between existing and configured items:

# show differences
ansible-playbook nftables.yml -D

# run in check-mode (no changes are made)
ansible-playbook nftables.yml --check