ARA Records Ansible and makes it easier to understand and troubleshoot.It is another recursive acronym.
ara is a free and open source project under the GPLv3 license.
1 2 3 4 5 6 7 8 9 10
iptables_allowed_hosts: [] iptables_egress_rules: [] iptables_egress_rules_v4: '{{ iptables_egress_rules }}' iptables_egress_rules_v6: '{{ iptables_egress_rules }}' iptables_public_ports: [] iptables_public_tcp_ports: '{{ iptables_public_ports }}' iptables_public_udp_ports: '{{ iptables_public_ports }}' iptables_rules: [] iptables_rules_v4: '{{ iptables_rules }}' iptables_rules_v6: '{{ iptables_rules }}'