Skip to content

Commit

Permalink
Switch remaining servers to nftables
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 5, 2023
1 parent 4db0130 commit beb8df4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion cookbooks/networking/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default[:networking][:firewall][:engine] = "shorewall"
default[:networking][:firewall][:engine] = "nftables"
default[:networking][:firewall][:enabled] = true
default[:networking][:firewall][:inet] = []
default[:networking][:firewall][:inet6] = []
Expand Down
3 changes: 0 additions & 3 deletions roles/equinix-ams.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

default_attributes(
:networking => {
:firewall => {
:engine => "nftables"
},
:roles => {
:internal => {
:inet => {
Expand Down
3 changes: 0 additions & 3 deletions roles/equinix-dub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
}
},
:networking => {
:firewall => {
:engine => "nftables"
},
:roles => {
:internal => {
:inet => {
Expand Down
3 changes: 0 additions & 3 deletions roles/ucl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
default_attributes(
:location => "Slough, England",
:networking => {
:firewall => {
:engine => "nftables"
},
:roles => {
:internal => {
:inet => {
Expand Down

0 comments on commit beb8df4

Please sign in to comment.