]> git.openstreetmap.org Git - chef.git/commitdiff
Configure bind and dhcp for Dublin
authorTom Hughes <tom@compton.nu>
Sat, 25 Sep 2021 23:14:41 +0000 (00:14 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 25 Sep 2021 23:14:41 +0000 (00:14 +0100)
roles/fafnir.rb

index 76a6efc62163b0f9691743cf8e29e86c14b3cc44..4528b41ea96e7c44f8f91d5fc032271e6c5c32d2 100644 (file)
@@ -2,6 +2,13 @@ name "fafnir"
 description "Master role applied to fafnir"
 
 default_attributes(
+  :bind => {
+    :clients => "equinix-dub"
+  },
+  :dhcpd => {
+    :first_address => "10.0.79.1",
+    :last_address => "10.0.79.254"
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {