ansible-base/roles/client_iptables/defaults/main.yml

20 lines
436 B
YAML
Raw Normal View History

2020-05-15 22:22:26 +02:00
---
# defaults file for client_reboot
# All authorized TCP ports
tcp_authorized_ports:
- 22
2020-07-10 17:03:20 +02:00
# All authorized UDP ports
udp_authorized_ports: []
2020-05-15 22:22:26 +02:00
# All incoming authorized IP (all ports and all protocols)
ip_authorized: []
2020-07-11 16:10:53 +02:00
# Set to false to avoid iptables configure with this role
configure_iptables: true
# Iptables save files (Ipv4 and IPv6)
iptables_save_file: /etc/iptables/rules.v4
ip6tables_save_file: /etc/iptables/rules.v6