X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5bbe6932cd6068a287a109cf811c075ab7d3bb47..624bf91fe89a9361fe934fef63749425db710df2:/roles/thorn-05.rb diff --git a/roles/thorn-05.rb b/roles/thorn-05.rb deleted file mode 100644 index b62859111..000000000 --- a/roles/thorn-05.rb +++ /dev/null @@ -1,22 +0,0 @@ -name "thorn-05" -description "Master role applied to thorn-05" - -default_attributes( - :networking => { - :interfaces => { - :internal_ipv4 => { - :interface => "bond0", - :role => :internal, - :family => :inet, - :address => "10.0.32.42", - :bond => { - :slaves => %w[enp3s0f0 enp3s0f1] - } - } - } - } -) - -run_list( - "role[bytemark]" -)