]> git.openstreetmap.org Git - chef.git/commitdiff
Disable firewall on rhaegal
authorTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 16:53:04 +0000 (17:53 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 16:53:04 +0000 (17:53 +0100)
roles/rhaegal.rb

index 2663eb79aae6e3aeed8cbb1de858b6eafd6dc39d..6d2a19fc9faa1b0a104be934bf83285115813eae 100644 (file)
@@ -27,6 +27,9 @@ default_attributes(
     }
   },
   :networking => {
+    :firewall => {
+      :enabled => false
+    },
     :interfaces => {
       :external_ipv4 => {
         :interface => "eno1",