X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..e923df607a12d4a184b252723df0473bb7d3f5f3:/roles/geodns.rb diff --git a/roles/geodns.rb b/roles/geodns.rb index 0d1510710..a31437a69 100644 --- a/roles/geodns.rb +++ b/roles/geodns.rb @@ -1,6 +1,25 @@ name "geodns" description "Role applied to all geographic DNS servers" +default_attributes( + :rsyncd => { + :modules => { + :geodns => { + :comment => "GeoDNS", + :path => "/etc/gdnsd/config.d", + :read_only => false, + :write_only => true, + :list => false, + :transfer_logging => false, + :hosts_allow => [ + "193.60.236.20" # sarel + ] + } + } + } +) + run_list( + "recipe[rsyncd]", "recipe[geodns]" )