X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/221f4b205645d563bae164fc6882a9376bcf7b43..76dc63f66e40eb9e9dabf3c712a5298148d9f2e4:/roles/gr.rb diff --git a/roles/gr.rb b/roles/gr.rb new file mode 100644 index 000000000..69053278e --- /dev/null +++ b/roles/gr.rb @@ -0,0 +1,10 @@ +name "gr" +description "Role applied to all servers located in Greece" + +override_attributes( + :country => "gr" +) + +run_list( + "role[base]" +)