X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/392a811897ecd812f92b66b497a19bdc9d232984..39319c70a19a6d2576ac8d87acebd559de39bb53:/roles/tw.rb diff --git a/roles/tw.rb b/roles/tw.rb new file mode 100644 index 000000000..a52541dfc --- /dev/null +++ b/roles/tw.rb @@ -0,0 +1,10 @@ +name "tw" +description "Role applied to all servers located in Taiwan" + +override_attributes( + :country => "tw" +) + +run_list( + "role[base]" +)