Files @ 554a57ceb0c1
Branch filter:

Location: majic-ansible-roles/.ansible-lint

branko
MAR-233: Add IPv6 connectivity tests for the mail_forwarder role:

- Configure static IPv6 addresses on all test machines.
- Parametrise all connectivity tests to cover both IPv4 and IPv6.
- Be explicit on receiving servers for all swaks invocations that
target localhost.
- Make sure that the helper mail server has the necessary iptables
forwarding rules for IPv6 as well.
1
2
3
4
5
6
7
8
---

skip_list:
  # Disable check that insists on prefixing every single role variable with role name.
  - var-naming[no-role-prefix]

# Disable calling out to remote systems during testing.
offline: true