X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6df5d7a48406b20d84497d2df79b47bde9c86257..4e80879eefd99832cbbd370c7403cc2526ef663a:/roles/ua.rb diff --git a/roles/ua.rb b/roles/ua.rb new file mode 100644 index 000000000..48674f9ee --- /dev/null +++ b/roles/ua.rb @@ -0,0 +1,10 @@ +name "ua" +description "Role applied to all servers located in Ukraine" + +override_attributes( + :country => "ua" +) + +run_list( + "role[base]" +)