]> git.openstreetmap.org Git - chef.git/commitdiff
Disable shorewall on drogon
authorTom Hughes <tom@compton.nu>
Tue, 27 Oct 2020 20:53:47 +0000 (20:53 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 27 Oct 2020 20:53:47 +0000 (20:53 +0000)
roles/drogon.rb

index 8e4e50680d89a3d8c3bab5afe9f4f052dd83873c..51935e1e69d465066e45c3926494a1bf6d969d89 100644 (file)
@@ -12,6 +12,9 @@ default_attributes(
   },
   :location => "Osijek, Croatia",
   :networking => {
+    :firewall => {
+      :enabled => false
+    },
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",