]> git.openstreetmap.org Git - chef.git/commitdiff
Add backup role to norbert
authorTom Hughes <tom@compton.nu>
Sat, 18 Feb 2023 17:29:12 +0000 (17:29 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 18 Feb 2023 17:29:25 +0000 (17:29 +0000)
roles/norbert.rb

index 9fe581a977ca314c9ee3291e52da87e378aca854..f01d5c6489e1ca2c24d21135aac6379d67691cc6 100644 (file)
@@ -36,5 +36,6 @@ default_attributes(
 run_list(
   "role[equinix-ams]",
   "role[geodns]",
+  "role[backup]",
   "role[planet]"
 )