From 332b0f77f0cb60b2d466ecafcd23394c6451d70b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 9 Oct 2022 12:36:23 +0100 Subject: [PATCH] Move dns role to idris and remove management roles from sarel --- roles/idris.rb | 1 + roles/sarel.rb | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) 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]" ) -- 2.39.5