X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..HEAD:/roles/tiamat-01.rb diff --git a/roles/tiamat-01.rb b/roles/tiamat-01.rb deleted file mode 100644 index 2d3aff407..000000000 --- a/roles/tiamat-01.rb +++ /dev/null @@ -1,25 +0,0 @@ -name "tiamat-01" -description "Master role applied to tiamat-01" - -default_attributes( - :networking => { - :interfaces => { - :internal_ipv4 => { - :interface => "enp1s0.2801", - :role => :internal, - :family => :inet, - :address => "10.0.0.41" - }, - :external_ipv4 => { - :interface => "enp1s0.2800", - :role => :external, - :family => :inet, - :address => "193.60.236.41" - } - } - } -) - -run_list( - "role[ucl]" -)