X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..0faaf447ef434462d3c8e7af0bcd7a54ac12832b:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index ebc62416b..8e177a8ff 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -2,6 +2,9 @@ name "grisu" description "Master role applied to grisu" default_attributes( + :bind => { + :clients => "bytemark" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -63,6 +66,8 @@ run_list( "role[hp-dl180-g6]", "role[gateway]", "role[web-storage]", + "role[backup]", "role[planet]", + # "role[planetdump]", "recipe[openvpn]" )