]> git.openstreetmap.org Git - chef.git/commitdiff
Add network configuration for wawel
authorTom Hughes <tom@compton.nu>
Wed, 4 Sep 2024 21:50:22 +0000 (22:50 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 4 Sep 2024 21:50:22 +0000 (22:50 +0100)
roles/wawel.rb

index e29ac63ec72ae0ff816341431ea5fe30eac322b6..69e1e8978eb8f18cf0e0fb41a7bb2c5ee77eac09 100644 (file)
@@ -2,6 +2,20 @@ name "wawel"
 description "Master role applied to wawel"
 
 default_attributes(
+  :networking => {
+    :intefaces => {
+      :external => {
+        :interface => "ens3",
+        :role => :external,
+        :inet => {
+          :address => "10.0.0.51",
+          :prefix => "24",
+          :gateway => "10.0.0.1",
+          :public_address => "64.225.136.96"
+        }
+      }
+    }
+  },
   :postgresql => {
     :settings => {
       :defaults => {