X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/39376e83da7ec51e0210a99fd002dae20059b541..ff044920428608b2c04507ad52d6ab52c9d6555f:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 513dcef03..06876abbb 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -56,9 +56,9 @@ default_attributes( :uid => "tomh", :gid => "tomh", :transfer_logging => false, - :hosts_allow => [ - "89.16.179.150", # shenron - "2001:41c8:10:996:21d:7dff:fec3:df70", # shenron + :hosts_allow => [ + "212.110.172.32", # shenron + "2001:41c9:1:400::32", # shenron "212.159.112.221" # grant ] }, @@ -99,5 +99,6 @@ run_list( "role[planetdump]", "recipe[rsyncd]", "recipe[openvpn]", - "recipe[git::server]" + "recipe[git::server]", + "recipe[tilelog]" )