From: Tom Hughes Date: Sun, 9 Oct 2022 11:36:23 +0000 (+0100) Subject: Move dns role to idris and remove management roles from sarel X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/332b0f77f0cb60b2d466ecafcd23394c6451d70b Move dns role to idris and remove management roles from sarel --- diff --git a/roles/idris.rb b/roles/idris.rb index d58457553..276d45ae7 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -37,6 +37,7 @@ run_list( "role[hp-g9]", "role[chef-server]", "role[chef-repository]", + "role[dns]", "role[git]", "role[letsencrypt]", "role[oxidized]", diff --git a/roles/sarel.rb b/roles/sarel.rb index a574b7c27..30229a1c7 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -33,9 +33,5 @@ default_attributes( ) run_list( - "role[ucl]", - "role[chef-server]", - "role[chef-repository]", - "role[git]", - "role[dns]" + "role[ucl]" )