From: Grant Slater Date: Sat, 1 Oct 2022 22:44:44 +0000 (+0100) Subject: Add oxidized role X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/aa06695d58ccf3e5d3297922019657bf1731885a Add oxidized role --- 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]" +)