X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/98365f1da1424a74d5e1a562f0885608fadb88e7..a7d96c8358a00088b485fadb5966eb4b231d2ff1:/roles/thorn-02.rb diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb new file mode 100644 index 000000000..3bed1acc2 --- /dev/null +++ b/roles/thorn-02.rb @@ -0,0 +1,20 @@ +name "thorn-02" +description "Master role applied to thorn-02" + +default_attributes( + :networking => { + :interfaces => { + :internal_ipv4 => { + :interface => "eth0", + :role => :internal, + :family => :inet, + :address => "146.179.159.166" + } + } + } +) + +run_list( + "role[ic]", + "role[web-backend]" +)