]> git.openstreetmap.org Git - chef.git/commitdiff
Move dns role to idris and remove management roles from sarel
authorTom Hughes <tom@compton.nu>
Sun, 9 Oct 2022 11:36:23 +0000 (12:36 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 9 Oct 2022 11:36:23 +0000 (12:36 +0100)
roles/idris.rb
roles/sarel.rb

index d584575531b0f10b1ada04dde69e400db99833e6..276d45ae7019dab646617edaf8979718d54f66c7 100644 (file)
@@ -37,6 +37,7 @@ run_list(
   "role[hp-g9]",
   "role[chef-server]",
   "role[chef-repository]",
+  "role[dns]",
   "role[git]",
   "role[letsencrypt]",
   "role[oxidized]",
index a574b7c279b9a7ca6bf09681622e06101c99f989..30229a1c74d91f0a352ecc707557d019470a3e29 100644 (file)
@@ -33,9 +33,5 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl]",
-  "role[chef-server]",
-  "role[chef-repository]",
-  "role[git]",
-  "role[dns]"
+  "role[ucl]"
 )