@@ -4,21 +4,21 @@ Manage Uncomplicated Firewall (UFW) on Debian and Ubuntu hosts.
44
55## Actions
66
7- | Action | Description |
8- | --------| -------------|
7+ | Action | Description |
8+ | ----------- | -------------------------------------------------------------------- -------------|
99| ` :create ` | Installs UFW, enables the firewall, and applies the resolved rule set (default) |
10- | ` :delete ` | Disables UFW, resets its rules, and purges the package |
10+ | ` :delete ` | Disables UFW, resets its rules, and purges the package |
1111
1212## Properties
1313
14- | Property | Type | Default | Description |
15- | ----------| ------| ---------| -------------|
16- | ` firewall_name ` | String | ` name property ` | Logical firewall name passed to the ` firewall ` cookbook resources |
17- | ` rules ` | Array, Hash | ` {} ` | Explicit firewall rules to apply |
18- | ` allow_ssh ` | true, false | ` true ` | Opens TCP port 22 before applying custom rules |
19- | ` data_bag_name ` | String, nil | ` nil ` | Data bag to scan for additional rules keyed by role or recipe name |
20- | ` collect_recipe_rules ` | true, false | ` false ` | Merges legacy ` node['<recipe>']['firewall']['rules'] ` values into the final rule set |
21- | ` securitylevel ` | String, nil | ` nil ` | Enables SecurityLevel role validation before applying rules |
14+ | Property | Type | Default | Description |
15+ | ------------------------ | ------------- | ----------------- | ------------------------------------------------------------------------- -------------|
16+ | ` firewall_name ` | String | ` name property ` | Logical firewall name passed to the ` firewall ` cookbook resources |
17+ | ` rules ` | Array, Hash | ` {} ` | Explicit firewall rules to apply |
18+ | ` allow_ssh ` | true, false | ` true ` | Opens TCP port 22 before applying custom rules |
19+ | ` data_bag_name ` | String, nil | ` nil ` | Data bag to scan for additional rules keyed by role or recipe name |
20+ | ` collect_recipe_rules ` | true, false | ` false ` | Merges legacy ` node['<recipe>']['firewall']['rules'] ` values into the final rule set |
21+ | ` securitylevel ` | String, nil | ` nil ` | Enables SecurityLevel role validation before applying rules |
2222
2323## Examples
2424
0 commit comments