This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
--- | ||
strict: true | ||
exclude_paths: | ||
- .github/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
# Content for the /etc/iptables/rules.v4 file. If set to empty string, that file | ||
# won't be created | ||
rules_v4: "" | ||
iptables_rules_v4: "" | ||
|
||
# Content for the /etc/iptables/rules.v6 file. If set to empty string, that file | ||
# won't be created | ||
rules_v6: "" | ||
iptables_rules_v6: "" | ||
|
||
# Whether or not to reload the iptables rules if changed | ||
reload_rules_if_changed: true | ||
iptables_rules_reload_if_changed: true | ||
|
||
# List of services that must be restarted if the iptables rules change | ||
restart_services: [] | ||
iptables_rules_restart_services: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{{ rules_v4 | regex_replace('\r\n', '\n') }} | ||
{{ iptables_rules_v4 | regex_replace('\r\n', '\n') }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{{ rules_v6 | regex_replace('\r\n', '\n') }} | ||
{{ iptables_rules_v6 | regex_replace('\r\n', '\n') }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters