]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
Setup otrs::debian on naga
[chef.git] / roles / naga.rb
index 1fba0b69da9e2c0f4afb4ec1b236fa8e3c604cc1..0c1aba1e2532366360c6c49f06ee9edcf8ba50aa 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to naga"
 
 default_attributes(
   :networking => {
-    :engine => "systemd-networkd",
     :interfaces => {
       :internal => {
         :interface => "bond0",
@@ -29,6 +28,14 @@ default_attributes(
         }
       }
     }
+  },
+  :otrs => {
+    :site => "test.otrs.openstreetmap.org",
+    :site_aliases => ["test.otrs.osm.org"],
+    :database_cluster => "16/main"
+  },
+  :postgresql => {
+    :versions => ["16"]
   }
 )
 
@@ -39,9 +46,13 @@ run_list(
   "role[trac]",
   "role[irc]",
   "role[blogs]",
-  "role[munin]",
   "role[switch2osm]",
+  "recipe[foundation::mastodon]",
   "recipe[foundation::owg]",
   "recipe[foundation::welcome]",
-  "recipe[stateofthemap::container]"
+  "recipe[stateofthemap::container]",
+  "recipe[hot]",
+  "recipe[ideditor]",
+  "recipe[dmca]",
+  "recipe[otrs::debian]"
 )