From aa06695d58ccf3e5d3297922019657bf1731885a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 1 Oct 2022 23:44:44 +0100 Subject: [PATCH] Add oxidized role --- roles/oxidized.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/oxidized.rb diff --git a/roles/oxidized.rb b/roles/oxidized.rb new file mode 100644 index 000000000..7835c2ec4 --- /dev/null +++ b/roles/oxidized.rb @@ -0,0 +1,17 @@ +name "oxidized" +description "Role applied to all oxidized servers" + +default_attributes( + :accounts => { + :users => { + :oxidized => { + :status => :role, + :members => [:grant, :tomh] + } + } + } +) + +run_list( + "recipe[oxidized]" +) -- 2.45.1