]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
Add basic en.openstreetmap.town redirect service
[chef.git] / roles / naga.rb
index 1fba0b69da9e2c0f4afb4ec1b236fa8e3c604cc1..4b8587fd9e294571528f34a183f9f024f969b71b 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to naga"
 
 default_attributes(
   :networking => {
-    :engine => "systemd-networkd",
     :interfaces => {
       :internal => {
         :interface => "bond0",
@@ -41,7 +40,11 @@ run_list(
   "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]"
 )