Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
migrated some checks to the new method
Browse files Browse the repository at this point in the history
  • Loading branch information
imp1sh committed Mar 28, 2022
1 parent 69571e6 commit 8a06b50
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions roles/ansible_openwrtfirewall/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
argument_specs:
main:
short_description: "Checking firewall global policies"
options:
openwrt_firewall_default_forward:
type: "str"
choices:
- "ACCEPT"
- "REJECT"
- "DROP"
openwrt_firewall_default_input:
type: "str"
choices:
- "ACCEPT"
- "REJECT"
- "DROP"
openwrt_firewall_default_output:
type: "str"
choices:
- "ACCEPT"
- "REJECT"
- "DROP"
openwrt_firewall_default_synflood:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_synflood_protect:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_tcp_syncookies:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_tcp_ecn:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_tcp_windows_scaling:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_accept_redirects:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_accept_source_route:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_custom_chains:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_disable_ipv6:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_flow_offloading:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_flow_offloading_hw:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_auto_helper:
type: 'int'
choices:
- 0
- 1
openwrt_firewall_default_drop_invalid:
type: 'int'
choices:
- 0
- 1

0 comments on commit 8a06b50

Please sign in to comment.