Skip to content

Commit

Permalink
added tests for table-types (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Nov 28, 2023
1 parent 8ac738e commit f0dd03e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,20 @@
rules:
- {'src': '$private_ranges', oif: '$int_private', masquerade: true} # dynamic outbound nat
- {'src': '$private_ranges', oif: '$int_private2', snat: '192.168.0.1'} # static outbound nat
example6:
type: 'ip6'
chains:
test:
hook: 'output'
rules:
- {'src6': '2001:db8::1/128'}
example4:
type: 'ip'
chains:
test:
hook: 'output'
rules:
- {'src': '192.168.0.1/32'}

roles:
- ansibleguy.infra_nftables

0 comments on commit f0dd03e

Please sign in to comment.