X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9a5053dd21bb0158aa4c2c43bb4a4b095799ba6b..HEAD:/roles/tiamat-12.rb diff --git a/roles/tiamat-12.rb b/roles/tiamat-12.rb deleted file mode 100644 index 66145154c..000000000 --- a/roles/tiamat-12.rb +++ /dev/null @@ -1,28 +0,0 @@ -name "tiamat-12" -description "Master role applied to tiamat-12" - -default_attributes( - :networking => { - :interfaces => { - :internal_ipv4 => { - :interface => "enp1s0.2801", - :role => :internal, - :family => :inet, - :address => "10.0.0.46" - }, - :external_ipv4 => { - :interface => "enp1s0.2800", - :role => :external, - :family => :inet, - :address => "193.60.236.46" - } - } - }, - :hardware => { - :watchdog => "w83627hf_wdt" - } -) - -run_list( - "role[ucl]" -)