X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9001884cfd99a46391b9e39845b5f6f5dd64d41c..160ec7aacb790ddad193cd5f6caf2a2102cd5e9a:/roles/tiamat-21.rb diff --git a/roles/tiamat-21.rb b/roles/tiamat-21.rb new file mode 100644 index 000000000..33badf508 --- /dev/null +++ b/roles/tiamat-21.rb @@ -0,0 +1,25 @@ +name "tiamat-21" +description "Master role applied to tiamat-21" + +default_attributes( + :networking => { + :interfaces => { + :internal_ipv4 => { + :interface => "enp1s0.2801", + :role => :internal, + :family => :inet, + :address => "10.0.0.49" + }, + :external_ipv4 => { + :interface => "enp1s0.2800", + :role => :external, + :family => :inet, + :address => "193.60.236.49" + } + } + } +) + +run_list( + "role[ucl]" +)